Commit 994182df by Joey Ye Committed by Joey Ye

toplev.c (process_options): Fix typo.

2011-12-22  Joey Ye  <joey.ye@arm.com>
    
    * toplev.c (process_options): Fix typo.

From-SVN: r182649
parent 81f7827a
2011-12-22 Joey Ye <joey.ye@arm.com>
* toplev.c (process_options): Fix typo.
2011-12-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/51252
......@@ -1332,7 +1332,7 @@ process_options (void)
if (flag_strict_volatile_bitfields > 0 && !abi_version_at_least (2))
{
warning (0, "-fstrict-volatile-bitfield disabled; "
warning (0, "-fstrict-volatile-bitfields disabled; "
"it is incompatible with ABI versions < 2");
flag_strict_volatile_bitfields = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment