https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90348
--- Comment #38 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:df09173e355f30089b97090b19c095907242b35e commit r15-4803-gdf09173e355f30089b97090b19c095907242b35e Author: Sam James <s...@gentoo.org> Date: Thu Oct 31 03:36:23 2024 +0000 testsuite: add testcase for fixed PR106073 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 * gcc.dg/pr106073.c: New test.