]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Add testcase for now fixed issue [PR117324]
authorSimon Martin <simon@nasilyan.com>
Sun, 16 Feb 2025 10:00:19 +0000 (11:00 +0100)
committerSimon Martin <simon@nasilyan.com>
Sun, 16 Feb 2025 10:00:27 +0000 (11:00 +0100)
commit6302f478433166f71464bc06caf5701c1800a7e7
treede13725b859fa5f4ea5251df527eaf8b9d2d88f2
parent11902be7a57c0ccf03786aa0255fffaf0f54dbf9
c++: Add testcase for now fixed issue [PR117324]

The case in this PR does not ICE anymore after the fix for PR118319.

This patch simply adds the case to the testsuite.

PR c++/117324

gcc/testsuite/ChangeLog:

* g++.dg/parse/defarg19.C: New test.
gcc/testsuite/g++.dg/parse/defarg19.C [new file with mode: 0644]