https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118407
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Richard Sandiford <rsand...@gcc.gnu.org>: https://gcc.gnu.org/g:d88bbce5757db4e268122805957a932786b46fc2 commit r15-9570-gd88bbce5757db4e268122805957a932786b46fc2 Author: Richard Sandiford <richard.sandif...@arm.com> Date: Tue Apr 22 14:19:51 2025 +0100 testsuite: XFAIL predcom-8.c on aarch64 [PR118407] gcc.dg/tree-ssa/predcom-8.c fails on aarch64 for the reasons discussed in the PR trail. The fix didn't make it into GCC 15, so this patch XFAILs the test instead. Other targets might benefit from an XFAIL too, but people who work on those targets would be better placed to know the right conditions. gcc/testsuite/ PR tree-optimization/118407 * gcc.dg/tree-ssa/predcom-8.c: Add XFAIL for aarch64.