From: Tobias Burnus Date: Fri, 7 Sep 2007 10:45:50 +0000 (+0200) Subject: re PR middle-end/33321 (gcc manpage contains "@option<-Wstrict-overflow=1>") X-Git-Tag: releases/gcc-4.2.2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612f9d5f2e0cda09ee88b27962afa8970bdf1480;p=thirdparty%2Fgcc.git re PR middle-end/33321 (gcc manpage contains "@option<-Wstrict-overflow=1>") 2007-09-07 Tobias Burnus PR middle-end/33321 * doc/invoke.texi: Fix -Wstrict-overflow= table. From-SVN: r128237 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94bbd3db7768..d3a91a763c1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-07 Tobias Burnus + + PR middle-end/33321 + * doc/invoke.texi: Fix -Wstrict-overflow= table. + 2007-09-06 Richard Sandiford PR target/33256 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 96ba634db5ff..388af54f655a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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