Re: [PATCH] c++: Add testcase for now fixed issue [PR101887]

2024-11-01 Thread Jason Merrill
On 11/1/24 5:29 AM, Simon Martin wrote: The testcase in PR101887 has been working since the fix for PR104846, via r12-7599-gac8310dd122172. This patch simply adds the case to the testsuite. OK. Successfully tested on x86_64-pc-linux-gnu. PR c++/101887 gcc/testsuite/ChangeLog:

[PATCH] c++: Add testcase for now fixed issue [PR101887]

2024-11-01 Thread Simon Martin
The testcase in PR101887 has been working since the fix for PR104846, via r12-7599-gac8310dd122172. This patch simply adds the case to the testsuite. Successfully tested on x86_64-pc-linux-gnu. PR c++/101887 gcc/testsuite/ChangeLog: * g++.dg/init/delete5.C: Add testcase from PR