Bug 30042 - ICE on invalid code
Summary: ICE on invalid code
Status: RESOLVED DUPLICATE of bug 29435
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.1.1
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 17:23 UTC by bagnara
Modified: 2006-12-02 07:35 UTC (History)
8 users (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
The file g++ asked me to attach. (285 bytes, text/plain)
2006-12-01 17:25 UTC, bagnara
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bagnara 2006-12-01 17:23:58 UTC
g++ --save-temps -W -Wall bug.cc
bug.cc: In function `void p(T&)':
bug.cc:10: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccGdoZOR.out file, please attach this to your bugreport.
Comment 1 bagnara 2006-12-01 17:25:24 UTC
Created attachment 12725 [details]
The file g++ asked me to attach.
Comment 2 Andrew Pinski 2006-12-02 07:35:24 UTC
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
And this works for me with "4.1.0 20051026" and 4.1.2 20061125

Oh this is a dup of 29435.

*** This bug has been marked as a duplicate of 29435 ***