2011-12-22 Joey Ye <joey.ye@arm.com>
authorjye2 <jye2@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Dec 2011 02:18:17 +0000 (02:18 +0000)
committerjye2 <jye2@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Dec 2011 02:18:17 +0000 (02:18 +0000)
    * toplev.c (process_options): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182649 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index ae8cad3..8b6fc68 100644 (file)
@@ -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
index efce98f..f2ca434 100644 (file)
@@ -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;
     }