diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 23:37:18 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 23:37:18 +0000 |
commit | b375f5b7057074735c4a27b5f36ffd7a8738e0cd (patch) | |
tree | d8ad8e7a3e8d603e39dbf9273bc020a9c298e4f0 /gcc/doc | |
parent | ed4294da0b6d54f4ef3c00784ff132258e8cf9ae (diff) | |
download | gcc-b375f5b7057074735c4a27b5f36ffd7a8738e0cd.tar.gz |
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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 4 insertions, 3 deletions
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 |