This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update Wextra doc


:ADDPATCH doc:

The manual page claims that Wextra warns for any of several
floating-point events that often indicate errors, such as overflow,
underflow, loss of precision, etc. I wasn't able to find any instance
of this. I am fairly sure that Wextra doesn't do such thing.

This patch is in accordance with the discussion about fixing PR7651.
See http://gcc.gnu.org/ml/gcc/2007-01/msg00391.html

OK for mainline?
Should this change also go into 4.2 ?

2007-02-10 Manuel Lopez-Ibanez <manu@gcc.gnu.org>

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

Attachment: wextra-doc.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]