https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113746
--- Comment #11 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:1d09ccc4a5fe7c9a3dd37fcef34c1523a5c95819 commit r15-3145-g1d09ccc4a5fe7c9a3dd37fcef34c1523a5c95819 Author: Simon Martin <si...@nasilyan.com> Date: Fri Aug 23 10:49:31 2024 +0200 c++: Add testcase for (now fixed) regression [PR113746] The case in PR113746 used to ICE until commit r15-123-gf04dc89a991ddc. This patch simply adds the case to the testsuite. PR c++/113746 gcc/testsuite/ChangeLog: * g++.dg/parse/crash76.C: New test.