https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103388
--- Comment #9 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:126ccf8ffc46865accec22a2789f09abd98c1d85 commit r15-1019-g126ccf8ffc46865accec22a2789f09abd98c1d85 Author: Simon Martin <si...@nasilyan.com> Date: Tue Jun 4 11:59:31 2024 +0200 c++: Add testcase for PR103338 The case in that PR used to ICE until commit f04dc89. This patch simply adds the case to the testsuite. Successfully tested on x86_64-pc-linux-gnu. PR c++/103388 gcc/testsuite/ChangeLog: * g++.dg/parse/crash73.C: New test.