This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: enumerate explicitly what is enabled by Wall
- From: "Manuel López-Ibáñez" <lopezibanez at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Cc: "Gerald Pfeifer" <gerald at pfeifer dot com>
- Date: Sat, 29 Sep 2007 20:26:33 +0100
- Subject: Re: enumerate explicitly what is enabled by Wall
- References: <6c33472e0709230643qdf898c9l367bcee38637d897@mail.gmail.com>
PING: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01761.html
On 23/09/2007, Manuel López-Ibáñez <lopezibanez@gmail.com> wrote:
> :ADDPATCH doc:
>
> With the current text in invoke.texi, it is sometimes difficult to
> tell which options are enabled by Wall. This would be easier if we
> followed the approach for describing -OX, as this patch implements. I
> have also reviewed all the flags actually enabled by Wall in the code.
>
> OK to commit?
>
> Cheers,
>
> Manuel.
>
> 2007-09-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
>
> * doc/invoke.texi: List the options enabled by Wall.
>
>