This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36547] New: internal compiler error: Segmentation fault
- From: "ninive at gmx dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2008 08:26:17 -0000
- Subject: [Bug c++/36547] New: internal compiler error: Segmentation fault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This works with "gcc", but not with "g++":
int main()
{
const char *x[] = (const char *[]){ "test","blabla" };
}
--
Summary: internal compiler error: Segmentation fault
Product: gcc
Version: 3.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ninive at gmx dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36547