re PR middle-end/33321 (gcc manpage contains "@option<-Wstrict-overflow=1>")
authorTobias Burnus <burnus@net-b.de>
Fri, 7 Sep 2007 10:46:49 +0000 (12:46 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 7 Sep 2007 10:46:49 +0000 (12:46 +0200)
2007-09-07  Tobias Burnus  <burnus@net-b.de>

PR middle-end/33321
* doc/invoke.texi: Fix -Wstrict-overflow= table.

From-SVN: r128238

gcc/ChangeLog
gcc/doc/invoke.texi

index ebf17b4ff443fcbe9c7826715e32e2d7cc3d7eb8..bf2bc14575ea1db83053e39d90f9142e98b59a5f 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-07  Tobias Burnus  <burnus@net-b.de>
+
+       PR middle-end/33321
+       * doc/invoke.texi: Fix -Wstrict-overflow= table.
+
 2007-09-07  Richard Guenther  <rguenther@suse.de>
 
        Revert
index aafc74c6be2204188c8299268bd09e7b7b3b9536..0761733170e6b216a429afbea754f34b9df879dd 100644 (file)
@@ -3124,7 +3124,7 @@ undefined signed overflow when estimating how many iterations a loop
 will require, in particular when determining whether a loop will be
 executed at all.
 
-@table @option
+@table @gcctabopt
 @item -Wstrict-overflow=1
 Warn about cases which are both questionable and easy to avoid.  For
 example: @code{x + 1 > x}; with @option{-fstrict-overflow}, the