diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78068fb..73feade 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b084d68..ad5b31d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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. |