https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116845
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Philipp Tomsich <ptoms...@gcc.gnu.org>: https://gcc.gnu.org/g:adf1da77593f8851c6b78d22ebbc1124bbaf1de5 commit r15-7353-gadf1da77593f8851c6b78d22ebbc1124bbaf1de5 Author: kelefth <konstantinos.elefther...@vrull.eu> Date: Tue Feb 4 11:49:03 2025 +0100 testsuite: XFAIL test in pr109393.c for ilp32 targets [PR116845] The match.pd canonicalization that this testcase checks for, is not applied on ilp32 targets. This XFAILs the test on ilp32 targets. PR testsuite/116845 gcc/testsuite/ChangeLog: * gcc.dg/pr109393.c: XFAIL on ilp32 targets.