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

--- Comment #7 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:9bf217920457f2e2d46b601f24721780a20a031b

commit r12-6883-g9bf217920457f2e2d46b601f24721780a20a031b
Author: Jason Merrill <ja...@redhat.com>
Date:   Wed Jan 26 12:44:31 2022 -0500

    c++: vector compound literal [PR104206]

    My patch for PR101072 removed the specific VECTOR_TYPE handling here, which
    broke pr72747-2.c on PPC; this patch restores it.

            PR c++/104206
            PR c++/101072

    gcc/cp/ChangeLog:

            * semantics.cc (finish_compound_literal): Restore VECTOR_TYPE
check.

Reply via email to