https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90810

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jun 11 13:42:07 2019
New Revision: 272155

URL: https://gcc.gnu.org/viewcvs?rev=272155&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-8-branch/gcc/testsuite/g++.dg/ext/vector37.C
Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/init.c
    branches/gcc-8-branch/gcc/testsuite/ChangeLog

Reply via email to