https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117958
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:3347ac3cbc7704c7f1d69b6875b65129c6d7dae5 commit r15-6994-g3347ac3cbc7704c7f1d69b6875b65129c6d7dae5 Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 17 13:18:11 2025 +0100 testsuite/117958 - ifcombine differences on aarch64 vs rest ifcombine depends on BRANCH_COST and the testcase relies on ifcombine to fully optimize the function. But the important parts are optimized everywhere, so the following delectively XFAILs the less important part. PR testsuite/117958 * g++.dg/tree-ssa/pr117123.C: XFAIL parts on aarch64-*-*.