http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49216
--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-10-11 19:50:55 UTC --- Author: jason Date: Tue Oct 11 19:50:49 2011 New Revision: 179819 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179819 Log: PR c++/49216 * init.c (build_vec_init): Avoid crash on new int[1]{}. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/initlist-49216.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/init.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog