http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54984
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot |gnu.org |com --- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-25 23:43:30 UTC --- In the broken template case, both for 'new char[size]' and 'new char[size]()', in build_raw_new_expr, init is non-NULL and VEC_empty (tree, init) is true. This can't be right.