invoke.texi (Wextra): Delete outdated paragraph.

2007-03-01  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	* doc/invoke.texi (Wextra): Delete outdated paragraph.

From-SVN: r122436
This commit is contained in:
Manuel López-Ibáñez
2007-03-01 22:37:34 +00:00
parent 46d1a21fef
commit 39ad7f49e6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2007-03-01 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* doc/invoke.texi (Wextra): Delete outdated paragraph.
2007-02-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa/predicates.md (move_src_operand): Allow zero for mode.

View File

@@ -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.