https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66501
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Wed Jun 24 15:41:10 2015 New Revision: 224905 URL: https://gcc.gnu.org/viewcvs?rev=224905&root=gcc&view=rev Log: PR c++/66501 * init.c (vec_copy_assign_is_trivial): New. (build_vec_init): Use it. Added: branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/rv-array1.C Modified: branches/gcc-5-branch/gcc/cp/ChangeLog branches/gcc-5-branch/gcc/cp/init.c