https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357
--- Comment #26 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alexandre Oliva <aol...@gcc.gnu.org>: https://gcc.gnu.org/g:d790f0137c6f12950f1d93a66cf9bdb78757c28b commit r15-7420-gd790f0137c6f12950f1d93a66cf9bdb78757c28b Author: Alexandre Oliva <ol...@adacore.com> Date: Fri Feb 7 11:36:33 2025 -0300 [testsuite] tolerate later success [PR108357] On leon3-elf and presumably on other targets, the test fails due to differences in calling conventions and other reasons, that add extra gimple stmts that prevent the expected optimization at the expected point. The optimization takes place anyway, just a little later, so tolerate that. for gcc/testsuite/ChangeLog PR tree-optimization/108357 * gcc.dg/tree-ssa/pr108357.c: Tolerate later optimization.