r132427 - in /trunk/gcc: ChangeLog c.opt opts.c
nickc@gcc.gnu.org
nickc@gcc.gnu.org
Tue Feb 19 10:34:00 GMT 2008
Author: nickc
Date: Tue Feb 19 10:33:41 2008
New Revision: 132427
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132427
Log:
PR other/31349
* opts.c (undocumented_msg): Leave blank unless checking is
enabled.
(handle_options): Fix indentation.
(print_filtered_help): If no language-specific options were
displayed tell the user how to list all the options supported by
the language's front-end.
(print_specific_help): Fix indentation and remove duplicate line.
(common_handle_option): Handle the -v option.
For --help enable the display of undocumented options if the -v
switch has been included on the command line.
For --help= check for overlaps in the arguments between the option
classes and the language names and issue a warning when they
cannot be disambiguated.
* c.opt (v): Pass on to the common option handler.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/c.opt
trunk/gcc/opts.c
More information about the Gcc-cvs
mailing list