https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64899
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Mon Feb 9 19:15:55 2015 New Revision: 220544 URL: https://gcc.gnu.org/viewcvs?rev=220544&root=gcc&view=rev Log: PR c++/64899 * init.c (build_vec_init): Handle default-initialized array with constexpr default constructor. Added: trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array10.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/init.c