public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/31349]  New: gcc -v --help returns no options for C, C++
@ 2007-03-25 21:42 brooks at gcc dot gnu dot org
  2007-03-25 21:48 ` [Bug other/31349] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-03-25 21:42 UTC (permalink / raw)
  To: gcc-bugs

To quote from the output of gcc -v --help on 
gcc (GCC) 4.3.0 20070323 (experimental):

----------------------------------
The following options are specific to the language Ada:
  -gnat<options>              Specify options to GNAT

The following options are specific to the language C:
 No options with the desired characteristics were found

The following options are specific to the language C++:
 No options with the desired characteristics were found
----------------------------------

As can be seen by comparing this to the output from 4.2, something seems to be
missing.  (What's missing from Ada is all the options shared with C,
specifically.)

Similarly, on the Fortran output, while the Fortran-specific options are
present, the ones shared with C and C++ aren't listed.  4.3 currently gives
----------------------------------
The following options are specific to the language Fortran:
  -J<directory>               Put MODULE files in 'directory'
  -Waliasing                  Warn about possible aliasing of dummy arguments
[...]
----------------------------------

However, 4.2 gives:
----------------------------------
The Fortran front end recognizes the following options:

  -I, -Wall, -Wconversion, -fopenmp, -fpreprocessed, -fshort-enums

  -J<directory>               Put MODULE files in 'directory'
  -Waliasing                  Warn about possible aliasing of dummy arguments
[...]
----------------------------------

The same problem with the missing shared options in the output occurs for other
languages as well.


-- 
           Summary: gcc -v --help returns no options for C, C++
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: brooks at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
@ 2007-03-25 21:48 ` pinskia at gcc dot gnu dot org
  2007-06-29 18:05 ` mmitchel at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-25 21:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-03-25 23:48 -------
This was caused by:
2007-02-12  Nick Clifton  <nickc@redhat.com> 

        * doc/invoke.texi (Overall Options): Document --help=.
....

Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-25 22:48:12
               date|                            |
            Summary|gcc -v --help returns no    |[4.3 Regression] gcc -v --
                   |options for C, C++          |help returns no options for
                   |                            |C, C++
   Target Milestone|---                         |4.3.0


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
  2007-03-25 21:48 ` [Bug other/31349] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-06-29 18:05 ` mmitchel at gcc dot gnu dot org
  2007-07-03 10:59 ` nickc at redhat dot com
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-06-29 18:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mmitchel at gcc dot gnu dot org  2007-06-29 18:05 -------
Nick, would you be able to look into this?


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
  2007-03-25 21:48 ` [Bug other/31349] [4.3 Regression] " pinskia at gcc dot gnu dot org
  2007-06-29 18:05 ` mmitchel at gcc dot gnu dot org
@ 2007-07-03 10:59 ` nickc at redhat dot com
  2007-07-03 16:27 ` nickc at redhat dot com
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2007-07-03 10:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from nickc at redhat dot com  2007-07-03 10:59 -------
Subject: Re:  [4.3 Regression] gcc -v --help returns no options
 for C, C++

Hi Mark,

> Nick, would you be able to look into this?

Certainly - I'll get on it today.

Cheers
   Nick


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-07-03 10:59 ` nickc at redhat dot com
@ 2007-07-03 16:27 ` nickc at redhat dot com
  2007-07-03 19:45 ` brooks at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2007-07-03 16:27 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-07-03 16:27 ` nickc at redhat dot com
@ 2007-07-03 19:45 ` brooks at gcc dot gnu dot org
  2007-07-03 19:46 ` brooks at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-07-03 19:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from brooks at gcc dot gnu dot org  2007-07-03 19:45 -------
Nick -

So, if I understand correctly: all of the options are listed somewhere, but we
no longer provide any information about which of the shared options under 
"language related options" are supported by a given language's front end?

While this may have been intentional, I do not think it counts as a feature --
the listing of the "common" options without definitions at the top of the
option listing did not take up a significant amount of space, and it provided
very useful information that's now not absent.

(On the other hand, moving the _descriptions_ of the shared options to a single
listing is a good thing, IMO -- I want to make it clear that I'm not objecting
to the bulk of this change!)


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-07-03 19:45 ` brooks at gcc dot gnu dot org
@ 2007-07-03 19:46 ` brooks at gcc dot gnu dot org
  2007-07-04 13:40 ` nickc at redhat dot com
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: brooks at gcc dot gnu dot org @ 2007-07-03 19:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from brooks at gcc dot gnu dot org  2007-07-03 19:46 -------
Er, "that's now absent", I mean.  An extraneous "not" crept into the second
paragraph of my last comment when I was editing it.


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-07-03 19:46 ` brooks at gcc dot gnu dot org
@ 2007-07-04 13:40 ` nickc at redhat dot com
  2008-01-22  9:04 ` manu at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2007-07-04 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from nickc at redhat dot com  2007-07-04 13:40 -------
Subject: Re:  [4.3 Regression] gcc -v --help returns no options
 for C, C++

Hi Brooks,

> So, if I understand correctly: all of the options are listed somewhere, but we
> no longer provide any information about which of the shared options under 
> "language related options" are supported by a given language's front end?

Correct.

Well by default anyway.  See below.

> While this may have been intentional, I do not think it counts as a feature -
> the listing of the "common" options without definitions at the top of the
> option listing did not take up a significant amount of space, and it provided
> very useful information that's now absent.

OK.

> (On the other hand, moving the _descriptions_ of the shared options to a single
> listing is a good thing, IMO -- I want to make it clear that I'm not objecting
> to the bulk of this change!)

You can find out all the options supported by a given language, 
including the ones that it shares with other languages and including 
those that do not have a description by using the --help=<language> 
feature.  For example:

   % gcc --help=java
   The following options are supported by the language Java:
   -I                          This switch lacks documentation
   -M                          This switch lacks documentation
   -MD_                        This switch lacks documentation
   -MF                         This switch lacks documentation
   -MM                         This switch lacks documentation
   -MMD_                       This switch lacks documentation
   -MP                         This switch lacks documentation
   -MT                         This switch lacks documentation
   -Wall                       This switch lacks documentation
   -Wall-deprecation           This switch lacks documentation
   -Wall-javadoc               This switch lacks documentation
   -Wassert-identifier         This switch lacks documentation
   -Wchar-concat               This switch lacks documentation
   -Wcondition-assign          This switch lacks documentation
   -Wconstructor-name          This switch lacks documentation
   -Wdep-ann                   This switch lacks documentation
   -Wdeprecated                Warn if a deprecated compiler feature, class,
                               method, or field is used
   [etc...]

So I think that the bone of contention here is what should be listed by 
"--help -v".  I think that leaving out options which have no description 
is a good default.  If for no other reason than to encourage people to 
write descriptions for the options so that they are then listed in the 
--help output.

Do you still feel that "--help -v" should list undocumented options ?

Cheers
   Nick


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-07-04 13:40 ` nickc at redhat dot com
@ 2008-01-22  9:04 ` manu at gcc dot gnu dot org
  2008-01-23 13:55 ` nickc at redhat dot com
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-01-22  9:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from manu at gcc dot gnu dot org  2008-01-22 07:51 -------
Can't  we get this fixed soon? It is marked as a P2 regression.

(In reply to comment #7)
> Subject: Re:  [4.3 Regression] gcc -v --help returns no options

> You can find out all the options supported by a given language, 
> including the ones that it shares with other languages and including 
> those that do not have a description by using the --help=<language> 
> feature.  For example:

So, instead of the current:

The following options are specific to the language C:
 No options with the desired characteristics were found

can't be said better:

No options are specific to the language C:
 Use --help=c to list options supported by the language C.


>    % gcc --help=java
>    The following options are supported by the language Java:

I should note that 

% gcc -v --help=c

returns the following for me

The following options are language-independent:
  --help                      Display this information
  --help=<class>              Display descriptions of a specific class of
                              options.  <class> is one or more of optimizers,
                              target, warnings, undocumented, params

I think it should say "The following options are supported by the language C".
Yes, some of those options may work on other languages, but they also may not
work in all of them. Language-independent is ambiguous.

> So I think that the bone of contention here is what should be listed by 
> "--help -v".  I think that leaving out options which have no description 
> is a good default.  If for no other reason than to encourage people to 
> write descriptions for the options so that they are then listed in the 
> --help output.

I don't think it works like this. Few GCC devs would bother to use --help to
find options. On the other hand, users will likely report a bug whenever they
find "This switch lacks documentation".

> Do you still feel that "--help -v" should list undocumented options ?

I understand Brooks was asking to list options supported by each language
rather than options specific to each language. Either way seems correct as long
as you can get the other. He also was asking to list supported options without
its description (independently whether they are documented or not) at the top
as in:

The Fortran front end recognizes the following options:

  -I, -Wall, -Wconversion, -fopenmp, -fpreprocessed, -fshort-enums

  -J<directory>               Put MODULE files in 'directory'
  -Waliasing                  Warn about possible aliasing of dummy arguments


My proposal would be:

1) Change the current empty message to mention --help=<language> as described
above.

2) List all options with --help -v, even if they are undocumented (abusing of
-Wextra for this seems unjustified to me). I would further propose that if
checking is enabled, then show the message "This switch lacks documentation",
otherwise (for releases) just show the empty string "".

Can we agree on this?


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
   Last reconfirmed|2007-03-25 22:48:12         |2008-01-22 07:51:20
               date|                            |


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-01-22  9:04 ` manu at gcc dot gnu dot org
@ 2008-01-23 13:55 ` nickc at redhat dot com
  2008-01-23 14:21 ` nickc at redhat dot com
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2008-01-23 13:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from nickc at redhat dot com  2008-01-23 13:13 -------
Created an attachment (id=15007)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15007&action=view)
Improve --help= output


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2008-01-23 13:55 ` nickc at redhat dot com
@ 2008-01-23 14:21 ` nickc at redhat dot com
  2008-02-19 10:36 ` nickc at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2008-01-23 14:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from nickc at redhat dot com  2008-01-23 13:13 -------
Subject: Re:  [4.3 Regression] gcc -v --help returns no options
 for C, C++

Hi Manuel,

> % gcc -v --help=c
> 
> returns the following for me
> 
> The following options are language-independent:
>   --help                      Display this information
>   --help=<class>              Display descriptions of a specific class of
>                               options.  <class> is one or more of optimizers,
>                               target, warnings, undocumented, params
> 
> I think it should say "The following options are supported by the language C".

It should - that was a bug.

> My proposal would be:
> 
> 1) Change the current empty message to mention --help=<language> as described
> above.
> 
> 2) List all options with --help -v, even if they are undocumented (abusing of
> -Wextra for this seems unjustified to me). I would further propose that if
> checking is enabled, then show the message "This switch lacks documentation",
> otherwise (for releases) just show the empty string "".
> 
> Can we agree on this?

We can and the uploaded patch implements this.  If you are happy with it I will 
submit it to the list for official approval.

Cheers
   Nick


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2008-01-23 14:21 ` nickc at redhat dot com
@ 2008-02-19 10:36 ` nickc at gcc dot gnu dot org
  2008-02-19 11:21 ` manu at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at gcc dot gnu dot org @ 2008-02-19 10:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from nickc at gcc dot gnu dot org  2008-02-19 10:35 -------
Subject: Bug 31349

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


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2008-02-19 10:36 ` nickc at gcc dot gnu dot org
@ 2008-02-19 11:21 ` manu at gcc dot gnu dot org
  2008-02-19 14:13 ` nickc at redhat dot com
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-02-19 11:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from manu at gcc dot gnu dot org  2008-02-19 11:20 -------
Nick,

Didn't this got approved for GCC 4.3? Notice that you committed the patch
*after* GCC 4.3 branched. Also:

+           description = _("The following options are specific to the just the
language ");

should be:

+           description = _("The following options are specific to just the
language ");


(You don't need to ask approval for this little change, it is an obvious fix).


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2008-02-19 11:21 ` manu at gcc dot gnu dot org
@ 2008-02-19 14:13 ` nickc at redhat dot com
  2008-02-19 14:45 ` manu at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2008-02-19 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from nickc at redhat dot com  2008-02-19 14:12 -------
Subject: Re:  [4.3 Regression] gcc -v --help returns no options
 for C, C++

Hi Manu,

> Didn't this got approved for GCC 4.3?

No. :-(

> Also:
> 
> +           description = _("The following options are specific to the just the
> language ");
> 
> should be:
> 
> +           description = _("The following options are specific to just the
> language ");

Oops - I'll fix this.

Cheers
   Nick


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2008-02-19 14:13 ` nickc at redhat dot com
@ 2008-02-19 14:45 ` manu at gcc dot gnu dot org
  2008-02-19 15:12 ` nickc at redhat dot com
  2008-02-19 16:15 ` manu at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-02-19 14:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from manu at gcc dot gnu dot org  2008-02-19 14:44 -------
> > Didn't this got approved for GCC 4.3?
> 
> No. :-(
> 

Too bad. On the other hand, we can close this, can't we?


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2008-02-19 14:45 ` manu at gcc dot gnu dot org
@ 2008-02-19 15:12 ` nickc at redhat dot com
  2008-02-19 16:15 ` manu at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: nickc at redhat dot com @ 2008-02-19 15:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from nickc at redhat dot com  2008-02-19 15:11 -------
Subject: Re:  [4.3 Regression] gcc -v --help returns no options
 for C, C++

Hi Manu,

> Too bad. On the other hand, we can close this, can't we?

Yes I agree.

Cheers
   Nick


-- 


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Bug other/31349] [4.3 Regression] gcc -v --help returns no options for C, C++
  2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2008-02-19 15:12 ` nickc at redhat dot com
@ 2008-02-19 16:15 ` manu at gcc dot gnu dot org
  15 siblings, 0 replies; 17+ messages in thread
From: manu at gcc dot gnu dot org @ 2008-02-19 16:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from manu at gcc dot gnu dot org  2008-02-19 16:15 -------
Fixed in GCC 4.4.


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.3.0                       |4.4.0


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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-02-19 16:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-25 21:42 [Bug other/31349] New: gcc -v --help returns no options for C, C++ brooks at gcc dot gnu dot org
2007-03-25 21:48 ` [Bug other/31349] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-06-29 18:05 ` mmitchel at gcc dot gnu dot org
2007-07-03 10:59 ` nickc at redhat dot com
2007-07-03 16:27 ` nickc at redhat dot com
2007-07-03 19:45 ` brooks at gcc dot gnu dot org
2007-07-03 19:46 ` brooks at gcc dot gnu dot org
2007-07-04 13:40 ` nickc at redhat dot com
2008-01-22  9:04 ` manu at gcc dot gnu dot org
2008-01-23 13:55 ` nickc at redhat dot com
2008-01-23 14:21 ` nickc at redhat dot com
2008-02-19 10:36 ` nickc at gcc dot gnu dot org
2008-02-19 11:21 ` manu at gcc dot gnu dot org
2008-02-19 14:13 ` nickc at redhat dot com
2008-02-19 14:45 ` manu at gcc dot gnu dot org
2008-02-19 15:12 ` nickc at redhat dot com
2008-02-19 16:15 ` manu at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).