When I use the new brace/paren init feature in C++11, such as
Code: Select all
char *name1=new char [20](); // paren version
char *name2=new char [20]{}; // brace version
This works for the paren version but for the brace version I get
"internal compiler error: in gimplify_init_construnctor at gimplify.c:3978