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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Sandiford <rsand...@gcc.gnu.org>:

https://gcc.gnu.org/g:d3585f5d0df47ffa453f5fe436fdf588301e5314

commit r11-5243-gd3585f5d0df47ffa453f5fe436fdf588301e5314
Author: Richard Sandiford <richard.sandif...@arm.com>
Date:   Mon Nov 23 09:06:59 2020 +0000

    c++: Add missing verify_type_context call [PR97904]

    When adding the verify_type_context target hook, I'd missed
    a site that needs to check an array element type.

    gcc/cp/
            PR c++/97904
            * pt.c (tsubst): Use verify_type_context to check the type
            of an array element.

    gcc/testsuite/
            PR c++/97904
            * g++.dg/ext/sve-sizeless-1.C: Add more template tests.
            * g++.dg/ext/sve-sizeless-2.C: Likewise.

Reply via email to