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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:787d66eb6c53094161fb86e64ddf65f21389f63d

commit r12-6381-g787d66eb6c53094161fb86e64ddf65f21389f63d
Author: Jason Merrill <ja...@redhat.com>
Date:   Sat Jan 8 01:18:51 2022 -0500

    c++: default mem-init of array [PR103946]

    In the patch for PR92385 I added asserts to see if we tried to make a
    vec_init of a vec_init, but didn't see any in regression testing.  This
    testcase is one case, which seems reasonable: we create a VEC_INIT_EXPR for
    the aggregate initializer, and then again to express the actual
    initialization of the member.  We already do similar collapsing of
    TARGET_EXPR.  So let's just remove the asserts.

            PR c++/103946

    gcc/cp/ChangeLog:

            * init.c (build_vec_init): Remove assert.
            * tree.c (build_vec_init_expr): Likewise.

    gcc/testsuite/ChangeLog:

            * g++.dg/cpp0x/nsdmi-array1.C: New test.

Reply via email to