]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove misleading use of the word "all".
authorJames E Wilson <wilson@specifixinc.com>
Thu, 28 Jul 2005 23:37:18 +0000 (23:37 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 28 Jul 2005 23:37:18 +0000 (16:37 -0700)
PR c/23106
* doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.

From-SVN: r102528

gcc/ChangeLog
gcc/doc/invoke.texi

index d599ec17a314f7972c927802a071d5c60cc5fb93..c8cc61d258cad17264d48ed99e64bc6509d29cc5 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-28  James E Wilson  <wilson@specifixinc.com>
+
+       PR c/23106
+       * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.
+
 2005-07-28  Jan Hubicka  <jh@suse.cz>
 
        * Makefile.in (rtl-profile.o): Kill all traces of it.
index 398d2fc8ed2791b759257a15d5e2dd0a4febb918..1605f8ddc800effd512aa0c0a5e9a3295e3143dd 100644 (file)
@@ -2727,9 +2727,10 @@ included in @option{-Wall}.
 @item -Wstrict-aliasing=2
 @opindex Wstrict-aliasing=2
 This option is only active when @option{-fstrict-aliasing} is active.
-It warns about all code which might break the strict aliasing rules that the
-compiler is using for optimization.  This warning catches all cases, but
-it will also give a warning for some ambiguous cases that are safe.
+It warns about code which might break the strict aliasing rules that the
+compiler is using for optimization.  This warning catches more cases than
+@option{-Wstrict-aliasing}, but it will also give a warning for some ambiguous
+cases that are safe.
 
 @item -Wall
 @opindex Wall