diff options
author | Andreas Schwab <schwab@suse.de> | 2007-12-17 21:05:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2007-12-17 21:05:06 +0000 |
commit | b29bb6404f5987e5f9332ca7dd192f1b5fa00c99 (patch) | |
tree | d825554354a75494490f43480e0e844abce6bd57 /gcc | |
parent | f5adacc5c90f75b09b853c23c626123f0330e8e9 (diff) | |
download | gcc-b29bb6404f5987e5f9332ca7dd192f1b5fa00c99.zip gcc-b29bb6404f5987e5f9332ca7dd192f1b5fa00c99.tar.gz gcc-b29bb6404f5987e5f9332ca7dd192f1b5fa00c99.tar.bz2 |
* doc/invoke.texi (Warning Options): Use @itemx.
From-SVN: r131017
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d5f940d..680a14b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Andreas Schwab <schwab@suse.de> + + * doc/invoke.texi (Warning Options): Use @itemx. + 2007-12-17 Dorit Nuzman <dorit@il.ibm.com> * tree-vectorizer.h (verbosity_levels): Add new verbosity level diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b6c7665..107c1ac 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3230,7 +3230,7 @@ Only warns when the converted pointer is dereferenced. Does not warn about incomplete types. @item -Wstrict-overflow -@item -Wstrict-overflow=@var{n} +@itemx -Wstrict-overflow=@var{n} @opindex Wstrict-overflow This option is only active when @option{-fstrict-overflow} is active. It warns about cases where the compiler optimizes based on the |