Commit 66f33c03 by James E Wilson Committed by Jim Wilson

Remove misleading use of the word "all".

PR c/23106
* doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.

From-SVN: r102528
parent 8a76829c
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.
......
......@@ -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
......
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