OSDN Git Service

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 78068fb..73feade 100644 (file)
@@ -1,5 +1,9 @@
 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
 
 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.
        
 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
        * dwarf2out.c (root_type): Delete unused function.
        
 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
index b084d68..ad5b31d 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}.
 
 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.
 
 @item @r{(C++ only)}
 An enumerator and a non-enumerator both appear in a conditional expression.