This is the mail archive of the gcc-bugs@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]

[Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++



------- Comment #4 from nickc at redhat dot com  2007-07-03 16:26 -------
Hi Brooks,

  I do not think that this is a bug, but rather a feature.  The command line
options are all still in the "--help -v" otuput, they are just in different
locations.  For example the -Wall option is now listed in the 'language related
options' list rather than the Fortran list, because it is supported by more
than one language front end.  (Note: you need to have specified -Wextra on the
gcc command line before --help in order to see the -Wall option being listed. 
This is because the -Wall has no description associated with it).

  As far as I can tell there are no missing options in the help output, it is
just that their location in the output has changed, with all the options shared
by more than one language front end being listed together in one lump, rather
than being listed multiple times, once per supported language.

Cheers
  Nick


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31349


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