https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105229
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Simon Martin <simar...@gcc.gnu.org>: https://gcc.gnu.org/g:88c9b96b2800ddb7a499bd10abaa9441a471d5fe commit r15-847-g88c9b96b2800ddb7a499bd10abaa9441a471d5fe Author: Simon Martin <simar...@gcc.gnu.org> Date: Fri May 24 10:56:36 2024 +0200 Add testcase for PR c++/105229: ICE in lookup_template_class_1 The test case in PR c++/105229 has been fixed since 11.4 (via PR c++/106024) - the attached patch simply adds the case to the test suite. Successfully tested on x86_64-pc-linux-gnu. PR c++/105229 gcc/testsuite/ChangeLog: * g++.dg/parse/crash72.C: New test.