http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50458
Bug #: 50458
Summary: ICE when using brace-initializer for new array
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: [email protected]
ReportedBy: [email protected]
The following causes a crash in GCC 4.6.1, with or without -std=c++0x:
char * p = new char[110] {};
