From 39ad7f49e618df8e04d399ee882337cfce11f47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Thu, 1 Mar 2007 22:37:34 +0000 Subject: [PATCH] invoke.texi (Wextra): Delete outdated paragraph. 2007-03-01 Manuel Lopez-Ibanez * doc/invoke.texi (Wextra): Delete outdated paragraph. From-SVN: r122436 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fab0708e4c0e..abad0f20c601 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Manuel Lopez-Ibanez + + * doc/invoke.texi (Wextra): Delete outdated paragraph. + 2007-02-27 John David Anglin * pa/predicates.md (move_src_operand): Allow zero for mode. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 54c21b1e16a1..ca18ed0a9831 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2903,10 +2903,6 @@ A pointer is compared against integer zero with @samp{<}, @samp{<=}, @item A variable might be changed by @samp{longjmp} or @samp{vfork}. -@item -Any of several floating-point events that often indicate errors, such as -overflow, underflow, loss of precision, etc. - @item @r{(C++ only)} An enumerator and a non-enumerator both appear in a conditional expression.