]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add testcase for PR103338
authorSimon Martin <simon@nasilyan.com>
Tue, 4 Jun 2024 09:59:31 +0000 (11:59 +0200)
committerSimon Martin <simon@nasilyan.com>
Tue, 4 Jun 2024 18:19:39 +0000 (20:19 +0200)
commit126ccf8ffc46865accec22a2789f09abd98c1d85
tree918fbb00911f55b02d17179448ea6027b5ea4820
parent7f21aee0d4ef95eee7d9f7f42e9a056715836648
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.
gcc/testsuite/g++.dg/parse/crash73.C [new file with mode: 0644]