2007-09-07 Tobias Burnus <burnus@net-b.de>
PR middle-end/33321
* doc/invoke.texi: Fix -Wstrict-overflow= table.
From-SVN: r128237
+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
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