https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Jun 11 13:08:47 2019 New Revision: 272154 URL: https://gcc.gnu.org/viewcvs?rev=272154&root=gcc&view=rev Log: PR c++/90810 * init.c (constant_value_1): Handle VECTOR_CST DECL_INITIAL for !DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P decls like CONSTRUCTOR. * g++.dg/ext/vector37.C: New test. Added: branches/gcc-9-branch/gcc/testsuite/g++.dg/ext/vector37.C Modified: branches/gcc-9-branch/gcc/cp/ChangeLog branches/gcc-9-branch/gcc/cp/init.c branches/gcc-9-branch/gcc/testsuite/ChangeLog