This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48050] New: [c++] ice with c++ code
- From: "denis.campredon at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 9 Mar 2011 16:40:47 +0000
- Subject: [Bug c++/48050] New: [c++] ice with c++ code
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48050
Summary: [c++] ice with c++ code
Product: gcc
Version: 4.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: denis.campredon@gmail.com
Created attachment 23606
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23606
reduced preproceded file
whith this command :
g++ test-min.i
gcc emit this message :
/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.4.5/include/stddef.h: In
constructor âstd::Poney::Poney()â:
/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.4.5/include/stddef.h:2164:
internal compiler error: Segmentation fault
Here are the configurations:
Target: x86_64-unknown-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.4.5 (GCC)
I tried to with GCC 4.5 a week ago, and there was the ICE too