From: wilson Date: Thu, 28 Jul 2005 23:37:18 +0000 (+0000) Subject: Remove misleading use of the word "all". X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=b375f5b7057074735c4a27b5f36ffd7a8738e0cd Remove misleading use of the word "all". PR c/23106 * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102528 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d599ec17a31..c8cc61d258c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-28 James E Wilson + + PR c/23106 + * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording. + 2005-07-28 Jan Hubicka * Makefile.in (rtl-profile.o): Kill all traces of it. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 398d2fc8ed2..1605f8ddc80 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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