Message ID | mcrtylqsovw.fsf@google.com |
---|---|
State | New |
Headers | show |
Index: c-family/c-common.c =================================================================== --- c-family/c-common.c (revision 164316) +++ c-family/c-common.c (working copy) @@ -7730,7 +7730,7 @@ parse_optimize_options (tree args, bool ret = false; if (attr_p) warning (OPT_Wattributes, - "bad option %s to optimize attribute.", p); + "bad option %s to optimize attribute", p); else warning (OPT_Wpragmas, "bad option %s to pragma attribute", p);