Re: [PATCH] testsuite: add testcase for fixed PR106073

2024-10-31 Thread Richard Biener
On Thu, Oct 31, 2024 at 4:39 AM Sam James wrote: > > This was fixed by r12-8835-ge8d5f3a1b5a583 which surely made it latent > but richi points out it was likely an instance of PR90348. -fstack-reuse > continues to be a menace, so let's add the testcase. > > gcc/testsuite/ChangeLog: > PR mi

[PATCH] testsuite: add testcase for fixed PR106073

2024-10-30 Thread Sam James
This was fixed by r12-8835-ge8d5f3a1b5a583 which surely made it latent but richi points out it was likely an instance of PR90348. -fstack-reuse continues to be a menace, so let's add the testcase. gcc/testsuite/ChangeLog: PR middle-end/90348 PR tree-optimization/106073 * g