public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25208]  New: ICE
@ 2005-12-01 18:09 igodard at pacbell dot net
  2005-12-01 18:09 ` [Bug c++/25208] ICE igodard at pacbell dot net
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:09 UTC (permalink / raw)
  To: gcc-bugs

-save-temps interacts with -MMD option. Code ices with -MMD and without
-save-temps; with -save-temps it complains "too many file names". The attached
save-temps output was made with -MMD omitted but otherwise the same command
line.


-- 
           Summary: ICE
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: igodard at pacbell dot net


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
@ 2005-12-01 18:09 ` igodard at pacbell dot net
  2005-12-01 18:10 ` igodard at pacbell dot net
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from igodard at pacbell dot net  2005-12-01 18:09 -------
Created an attachment (id=10380)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10380&action=view)
compiler output


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
  2005-12-01 18:09 ` [Bug c++/25208] ICE igodard at pacbell dot net
@ 2005-12-01 18:10 ` igodard at pacbell dot net
  2005-12-01 18:15 ` pinskia at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from igodard at pacbell dot net  2005-12-01 18:10 -------
Created an attachment (id=10381)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10381&action=view)
source code


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
  2005-12-01 18:09 ` [Bug c++/25208] ICE igodard at pacbell dot net
  2005-12-01 18:10 ` igodard at pacbell dot net
@ 2005-12-01 18:15 ` pinskia at gcc dot gnu dot org
  2005-12-01 18:20 ` igodard at pacbell dot net
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-01 18:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-12-01 18:15 -------
Can you give how you invoked GCC?  I want to say this has been fixed already in
a 3.4.x release.


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (2 preceding siblings ...)
  2005-12-01 18:15 ` pinskia at gcc dot gnu dot org
@ 2005-12-01 18:20 ` igodard at pacbell dot net
  2005-12-01 18:23 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from igodard at pacbell dot net  2005-12-01 18:20 -------
Here's what the compiler got.


~/ootbc/common/xptsys/test/src$ make test
g++ -I/home/ivan/ootbc/common/include -I/home/ivan/ootbc/common/xptsys/include
-I/home/ivan/boost/include/boost-1_33 -g -o0 -fmessage-length=80 -Wall -Wextra 
-MMD   -c -o testXwctype.o testXwctype.cc
cc1plus: testXwctype.d: No such file or directory
cc1plus: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (3 preceding siblings ...)
  2005-12-01 18:20 ` igodard at pacbell dot net
@ 2005-12-01 18:23 ` pinskia at gcc dot gnu dot org
  2005-12-01 18:25 ` igodard at pacbell dot net
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-01 18:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2005-12-01 18:23 -------
First:
-o0 that will output the file as O.
So I think this might be the double -o issue.


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (4 preceding siblings ...)
  2005-12-01 18:23 ` pinskia at gcc dot gnu dot org
@ 2005-12-01 18:25 ` igodard at pacbell dot net
  2005-12-01 18:27 ` igodard at pacbell dot net
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from igodard at pacbell dot net  2005-12-01 18:25 -------
The bug appears to be due to an interaction between -MMD and -Wall -Wextra. If
I 
omit the warnings options then it compiles OK.


-- 


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


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

* [Bug c++/25208] ICE
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (5 preceding siblings ...)
  2005-12-01 18:25 ` igodard at pacbell dot net
@ 2005-12-01 18:27 ` igodard at pacbell dot net
  2005-12-01 18:29 ` [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: igodard at pacbell dot net @ 2005-12-01 18:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from igodard at pacbell dot net  2005-12-01 18:27 -------
Changing to -O0 also clears the ICE.


-- 


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


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

* [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (6 preceding siblings ...)
  2005-12-01 18:27 ` igodard at pacbell dot net
@ 2005-12-01 18:29 ` pinskia at gcc dot gnu dot org
  2005-12-19 18:51 ` mmitchel at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-12-01 18:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2005-12-01 18:29 -------
The ICE is fixed on the mainline but that is not the real issue here as the
following fails:
gcc -c -oO t.c -o t.o -MMD

As I noted before there are two -o heres which are causing the issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |driver
     Ever Confirmed|0                           |1
      Known to fail|                            |3.3.3 3.4.0 4.1.0 4.0.0
                   |                            |4.2.0
      Known to work|                            |3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-12-01 18:29:56
               date|                            |
            Summary|ICE                         |[3.4/4.0/4.1/4.2 Regression]
                   |                            |two outputs and -MMD
   Target Milestone|---                         |4.0.3


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


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

* [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (7 preceding siblings ...)
  2005-12-01 18:29 ` [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD pinskia at gcc dot gnu dot org
@ 2005-12-19 18:51 ` mmitchel at gcc dot gnu dot org
  2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-12-19 18:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mmitchel at gcc dot gnu dot org  2005-12-19 18:51 -------
We should fix this -- but it's not release-critical, due to the fact that the
double -o on the command-line is not a very common case.  P5.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (8 preceding siblings ...)
  2005-12-19 18:51 ` mmitchel at gcc dot gnu dot org
@ 2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
  2007-02-03 16:05 ` [Bug driver/25208] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-03-11  3:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.3                       |4.0.4


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


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

* [Bug driver/25208] [4.0/4.1/4.2/4.3 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (9 preceding siblings ...)
  2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
@ 2007-02-03 16:05 ` gdr at gcc dot gnu dot org
  2007-02-03 17:26 ` jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 16:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from gdr at gcc dot gnu dot org  2007-02-03 16:05 -------
Won't fix in GCC-4.0.x. Adjusting milestone.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |---


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


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

* [Bug driver/25208] [4.0/4.1/4.2/4.3 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (10 preceding siblings ...)
  2007-02-03 16:05 ` [Bug driver/25208] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
@ 2007-02-03 17:26 ` jsm28 at gcc dot gnu dot org
  2007-02-14  9:36 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2007-02-03 17:26 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.2


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


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

* [Bug driver/25208] [4.0/4.1/4.2/4.3 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (11 preceding siblings ...)
  2007-02-03 17:26 ` jsm28 at gcc dot gnu dot org
@ 2007-02-14  9:36 ` mmitchel at gcc dot gnu dot org
  2008-07-04 20:15 ` [Bug driver/25208] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug driver/25208] [4.2/4.3/4.4 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (12 preceding siblings ...)
  2007-02-14  9:36 ` mmitchel at gcc dot gnu dot org
@ 2008-07-04 20:15 ` jsm28 at gcc dot gnu dot org
  2009-03-31 19:04 ` [Bug driver/25208] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2008-07-04 20:15 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression] two
                   |two outputs and -MMD        |outputs and -MMD
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug driver/25208] [4.3/4.4/4.5 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (13 preceding siblings ...)
  2008-07-04 20:15 ` [Bug driver/25208] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 19:04 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:16 ` [Bug driver/25208] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from jsm28 at gcc dot gnu dot org  2009-03-31 19:03 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression] two
                   |two outputs and -MMD        |outputs and -MMD
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug driver/25208] [4.3/4.4/4.5 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (14 preceding siblings ...)
  2009-03-31 19:04 ` [Bug driver/25208] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:16 ` [Bug driver/25208] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug driver/25208] [4.3/4.4/4.5/4.6 Regression] two outputs and -MMD
  2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
                   ` (15 preceding siblings ...)
  2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:16 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 18:09 [Bug c++/25208] New: ICE igodard at pacbell dot net
2005-12-01 18:09 ` [Bug c++/25208] ICE igodard at pacbell dot net
2005-12-01 18:10 ` igodard at pacbell dot net
2005-12-01 18:15 ` pinskia at gcc dot gnu dot org
2005-12-01 18:20 ` igodard at pacbell dot net
2005-12-01 18:23 ` pinskia at gcc dot gnu dot org
2005-12-01 18:25 ` igodard at pacbell dot net
2005-12-01 18:27 ` igodard at pacbell dot net
2005-12-01 18:29 ` [Bug driver/25208] [3.4/4.0/4.1/4.2 Regression] two outputs and -MMD pinskia at gcc dot gnu dot org
2005-12-19 18:51 ` mmitchel at gcc dot gnu dot org
2006-03-11  3:22 ` mmitchel at gcc dot gnu dot org
2007-02-03 16:05 ` [Bug driver/25208] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-02-03 17:26 ` jsm28 at gcc dot gnu dot org
2007-02-14  9:36 ` mmitchel at gcc dot gnu dot org
2008-07-04 20:15 ` [Bug driver/25208] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 19:04 ` [Bug driver/25208] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:32 ` rguenth at gcc dot gnu dot org
2010-05-22 18:16 ` [Bug driver/25208] [4.3/4.4/4.5/4.6 " rguenth 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).