* c-common.c (parse_optimize_options): Remove period at end of
warning message.
From-SVN: r164317
2010-09-15 Ian Lance Taylor <iant@google.com>
* c-common.c (parse_optimize_options): Do not capitalize warning
- messages.
+ messages. Remove period at end of warning message.
2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
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);