From f85138bc84767bdbf1e405461578432629df11a7 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 7 Sep 2007 12:46:49 +0200 Subject: [PATCH] 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: r128238 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ebf17b4ff44..bf2bc14575e 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-07 Richard Guenther Revert diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index aafc74c6be2..0761733170e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 -- 2.30.2