[Bug c++/101072] [12 Regression] ICE in build_target_expr_with_type, at cp/tree.c:845 since r11-5681-gd9288bd28e24c755

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jan 26 19:27:45 GMT 2022


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 <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:9bf217920457f2e2d46b601f24721780a20a031b

commit r12-6883-g9bf217920457f2e2d46b601f24721780a20a031b
Author: Jason Merrill <jason@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.


More information about the Gcc-bugs mailing list