]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2007-02-11 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2007 22:29:27 +0000 (22:29 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Feb 2007 22:29:27 +0000 (22:29 +0000)
* doc/invoke.texi (Wextra): Delete outdated paragraph.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121829 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 78068fb4e5f0f993617d89e7be62f316db7fd5f8..73feadee38ba43f305399f90dea74c3d3b103747 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
+
+       * doc/invoke.texi (Wextra): Delete outdated paragraph.
+       
 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
 
        * dwarf2out.c (root_type): Delete unused function.
index b084d68a2ba2d54e02250337438fbd198039ac23..ad5b31d0fca959ec54dab65e902f93cbcec64678 100644 (file)
@@ -2961,10 +2961,6 @@ A pointer is compared against integer zero with @samp{<}, @samp{<=},
 A variable might be changed by @samp{longjmp} or @samp{vfork}.
 This warning can be independently controlled by @option{-Wclobbered}.
 
-@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.