https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97904
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Richard Sandiford <rsand...@gcc.gnu.org>: https://gcc.gnu.org/g:20fc59de1e21aaddc9ae08bc9d7e060df6706579 commit r10-9110-g20fc59de1e21aaddc9ae08bc9d7e060df6706579 Author: Richard Sandiford <richard.sandif...@arm.com> Date: Wed Dec 2 16:20:36 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. (cherry picked from commit d3585f5d0df47ffa453f5fe436fdf588301e5314)