mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-21 18:15:06 +08:00
toplev.c (process_options): Fix typo.
2011-12-22 Joey Ye <joey.ye@arm.com> * toplev.c (process_options): Fix typo. From-SVN: r182649
This commit is contained in:
parent
81f7827a85
commit
994182df27
@ -1,3 +1,7 @@
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user