public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37805]  New: gcc --help=separate
@ 2008-10-11 16:16 hans dot buchmann at fhnw dot ch
  2008-10-13 23:02 ` [Bug middle-end/37805] [4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: hans dot buchmann at fhnw dot ch @ 2008-10-11 16:16 UTC (permalink / raw)
  To: gcc-bugs

calling gcc with the inaccurate option '--help=separate' (gcc --help=separate) 
yields:

cc1: internal compiler error: unrecognized include_flags 0x4000000 passed to
print_specific_help
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.

gcc -v

Using built-in specs.
Target: i686-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.3.1-r1/work/gcc-4.3.1/configure --prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.1
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.1/include
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.1
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.1/man
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.1/info
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.1/include/g++-v4
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec
--enable-nls --without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --disable-multilib --enable-libmudflap
--disable-libssp --enable-cld --disable-libgcj --with-arch=i686
--enable-languages=c,c++,treelang,fortran --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.1-r1 p1.1'
Thread model: posix
gcc version 4.3.1 (Gentoo 4.3.1-r1 p1.1) 

Best regards

Hans Buchmann


-- 
           Summary: gcc --help=separate
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hans dot buchmann at fhnw dot ch
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
@ 2008-10-13 23:02 ` pinskia at gcc dot gnu dot org
  2008-10-14  9:18 ` jakub at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-10-13 23:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2008-10-13 23:01 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|c                           |middle-end
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-10-13 23:01:10
               date|                            |
            Summary|gcc --help=separate         |[4.3/4.4 Regression] gcc --
                   |                            |help=separate
   Target Milestone|---                         |4.3.3


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
  2008-10-13 23:02 ` [Bug middle-end/37805] [4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-10-14  9:18 ` jakub at gcc dot gnu dot org
  2008-10-14 12:03 ` jakub at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-14  9:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-10-14 09:16 -------
This isn't ice-on-valid-code, but rather ice-on-invalid-option-argument, but we
don't have such a category.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |10/msg00575.html
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-10-13 23:01:10         |2008-10-14 09:16:37
               date|                            |


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
  2008-10-13 23:02 ` [Bug middle-end/37805] [4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-10-14  9:18 ` jakub at gcc dot gnu dot org
@ 2008-10-14 12:03 ` jakub at gcc dot gnu dot org
  2008-10-14 12:09 ` jakub at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-14 12:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2008-10-14 12:01 -------
Subject: Bug 37805

Author: jakub
Date: Tue Oct 14 12:00:19 2008
New Revision: 141106

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141106
Log:
        PR middle-end/37805
        * opts.c (common_handle_option): Don't ICE on -fhelp=joined
        and -fhelp=separate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/opts.c


-- 


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (2 preceding siblings ...)
  2008-10-14 12:03 ` jakub at gcc dot gnu dot org
@ 2008-10-14 12:09 ` jakub at gcc dot gnu dot org
  2008-10-17  7:32 ` cnstar9988 at gmail dot com
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-10-14 12:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2008-10-14 12:08 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (3 preceding siblings ...)
  2008-10-14 12:09 ` jakub at gcc dot gnu dot org
@ 2008-10-17  7:32 ` cnstar9988 at gmail dot com
  2009-03-01 12:46 ` rwild at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cnstar9988 at gmail dot com @ 2008-10-17  7:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from cnstar9988 at gmail dot com  2008-10-17 07:30 -------
4.3 branch has the same bug...


-- 


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (4 preceding siblings ...)
  2008-10-17  7:32 ` cnstar9988 at gmail dot com
@ 2009-03-01 12:46 ` rwild at gcc dot gnu dot org
  2009-03-01 17:50 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-01 12:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rwild at gcc dot gnu dot org  2009-03-01 12:45 -------
The patch to fix this bug broke documented options:
   --help=warnings,^joined,^undocumented

in order to fix an ICE with invalid options.  New patch to undo breakage and
fix the ICE in a different way proposed here:
<http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00021.html>


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwild at gcc dot gnu dot org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (5 preceding siblings ...)
  2009-03-01 12:46 ` rwild at gcc dot gnu dot org
@ 2009-03-01 17:50 ` pinskia at gcc dot gnu dot org
  2009-03-04 10:21 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-03-01 17:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.3                       |4.3.4


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (6 preceding siblings ...)
  2009-03-01 17:50 ` pinskia at gcc dot gnu dot org
@ 2009-03-04 10:21 ` jakub at gcc dot gnu dot org
  2009-03-04 12:08 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-04 10:21 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jakub at gcc dot gnu dot org|unassigned at gcc dot gnu
                   |                            |dot org
             Status|REOPENED                    |NEW


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (7 preceding siblings ...)
  2009-03-04 10:21 ` jakub at gcc dot gnu dot org
@ 2009-03-04 12:08 ` rguenth at gcc dot gnu dot org
  2009-03-04 12:23 ` rwild at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-04 12:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (8 preceding siblings ...)
  2009-03-04 12:08 ` rguenth at gcc dot gnu dot org
@ 2009-03-04 12:23 ` rwild at gcc dot gnu dot org
  2009-03-05 21:36 ` rwild at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-04 12:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rwild at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-10-14 09:16:37         |2009-03-04 12:23:31
               date|                            |


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (9 preceding siblings ...)
  2009-03-04 12:23 ` rwild at gcc dot gnu dot org
@ 2009-03-05 21:36 ` rwild at gcc dot gnu dot org
  2009-03-17 21:24 ` rwild at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-05 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rwild at gcc dot gnu dot org  2009-03-05 21:36 -------
updated patch here: <http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00318.html>


-- 


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (10 preceding siblings ...)
  2009-03-05 21:36 ` rwild at gcc dot gnu dot org
@ 2009-03-17 21:24 ` rwild at gcc dot gnu dot org
  2009-03-17 21:26 ` rwild at gcc dot gnu dot org
  2009-03-17 21:29 ` rwild at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-17 21:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rwild at gcc dot gnu dot org  2009-03-17 21:23 -------
Subject: Bug 37805

Author: rwild
Date: Tue Mar 17 21:23:28 2009
New Revision: 144920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144920
Log:
gcc/
        Revert
        2008-10-14  Jakub Jelinek  <jakub@redhat.com>
        PR middle-end/37805
        * opts.c (common_handle_option): Don't ICE on -fhelp=joined
        and -fhelp=separate.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/opts.c


-- 


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (11 preceding siblings ...)
  2009-03-17 21:24 ` rwild at gcc dot gnu dot org
@ 2009-03-17 21:26 ` rwild at gcc dot gnu dot org
  2009-03-17 21:29 ` rwild at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-17 21:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rwild at gcc dot gnu dot org  2009-03-17 21:26 -------
Subject: Bug 37805

Author: rwild
Date: Tue Mar 17 21:25:59 2009
New Revision: 144921

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144921
Log:
gcc/
        PR middle-end/37805
        * opts.c (print_specific_help): In addition to `undocumented',
        accept `separate' and `joined' flags if passed alone.  Describe
        output by the first matched one of those.
        (common_handle_option): Skip over empty strings.
        * gcc.c (display_help): Fix help string for `--help='.
        * doc/invoke.texi (Option Summary, Overall Options): With
        `--help=', classes and qualifiers can both be repeated, but
        only the latter can be negated.  One should not pass only
        negated qualifiers.  Fix markup and examples.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi
    trunk/gcc/gcc.c
    trunk/gcc/opts.c


-- 


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


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

* [Bug middle-end/37805] [4.3/4.4 Regression] gcc --help=separate
  2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
                   ` (12 preceding siblings ...)
  2009-03-17 21:26 ` rwild at gcc dot gnu dot org
@ 2009-03-17 21:29 ` rwild at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-03-17 21:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rwild at gcc dot gnu dot org  2009-03-17 21:29 -------
Fixed.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-03-17 21:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-11 16:16 [Bug c/37805] New: gcc --help=separate hans dot buchmann at fhnw dot ch
2008-10-13 23:02 ` [Bug middle-end/37805] [4.3/4.4 Regression] " pinskia at gcc dot gnu dot org
2008-10-14  9:18 ` jakub at gcc dot gnu dot org
2008-10-14 12:03 ` jakub at gcc dot gnu dot org
2008-10-14 12:09 ` jakub at gcc dot gnu dot org
2008-10-17  7:32 ` cnstar9988 at gmail dot com
2009-03-01 12:46 ` rwild at gcc dot gnu dot org
2009-03-01 17:50 ` pinskia at gcc dot gnu dot org
2009-03-04 10:21 ` jakub at gcc dot gnu dot org
2009-03-04 12:08 ` rguenth at gcc dot gnu dot org
2009-03-04 12:23 ` rwild at gcc dot gnu dot org
2009-03-05 21:36 ` rwild at gcc dot gnu dot org
2009-03-17 21:24 ` rwild at gcc dot gnu dot org
2009-03-17 21:26 ` rwild at gcc dot gnu dot org
2009-03-17 21:29 ` rwild 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).