Bug 30042

Summary: ICE on invalid code
Product: gcc Reporter: bagnara
Component: c++Assignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bagnara, debian-gcc, fang, gcc-bugs, mmitchel, pinskia, rguenth, skalaren_alpinist
Priority: P3    
Version: 4.1.1   
Target Milestone: ---   
Host: x86_64-unknown-linux-gnu Target:
Build: Known to work:
Known to fail: Last reconfirmed:
Attachments: The file g++ asked me to attach.

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