PR c++/57402
commit8451e2c053e90af503c80e98bba7c3f5965e5163
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jul 2013 00:37:49 +0000 (10 00:37 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jul 2013 00:37:49 +0000 (10 00:37 +0000)
tree4fc08e664828c81326a1f3e0668ab14b25d1aaac
parent99fe2c611ce24bcc7e55d3526fb936007f43c56d
PR c++/57402
* init.c (build_vec_init): Don't take shortcuts when initializing
a VLA.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200860 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/testsuite/g++.dg/cpp1y/vla10.C [new file with mode: 0644]