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

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

From-SVN: r128237

gcc/ChangeLog
gcc/doc/invoke.texi

index 94bbd3db77683cdac30df6084cf421488b909da5..d3a91a763c1c940349dbda57551add309b12a369 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-06  Richard Sandiford  <richard@codesourcery.com>
 
        PR target/33256
index 96ba634db5ff09f155182f043b65e1a509689c62..388af54f655a7edb430a6896467a248611e8d4a6 100644 (file)
@@ -2854,7 +2854,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