Commit f85138bc by Tobias Burnus Committed by Tobias Burnus

re PR middle-end/33321 (gcc manpage contains "@option<-Wstrict-overflow=1>")

2007-09-07  Tobias Burnus  <burnus@net-b.de>

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

From-SVN: r128238
parent d4ef8a0b
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment