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]

Re: [PATCH, DOC] PR 30330: index both -Wfoo and -Wno-foo


On Tue, 5 Feb 2008, Ralf Wildenhues wrote:
> The patch below adds all such missing annotations.  I'm not quite sure
> however whether these are desired also in:
> - @node C++ Dialect Options
>   (where some of these annotations were present before already)
> - @node Objective-C and Objective-C++ Dialect Options
> 
> In both of these sections, the text before the option table already
> explicitly states their limitation.  One could also just remove all
> annotations in these two sections.

I know that users will often just search for an option and may miss
the intro, so I think keeping this is fine.

> 2008-02-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
> 
> 	* doc/invoke.texi (Option Summary, C++ Dialect Options)
> 	(Objective-C and Objective-C++ Dialect Options, Warning Options):
> 	Make -Wfoo language annotations match what the compiler outputs.

Thanks for the patch; after a round of testing on i386-unknown-freebsd6.1
I just committed this.

Gerald


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