]> git.ipfire.org Git - thirdparty/gcc.git/commit
rtl-optimization/119982 - XFAIL part of gcc.target/i386/pr109362.c
authorRichard Biener <rguenther@suse.de>
Fri, 6 Feb 2026 10:03:54 +0000 (11:03 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 6 Feb 2026 10:50:26 +0000 (11:50 +0100)
commita1b88393e85efba910092e54a0bd3ea1da7ee4f3
tree578e5222269b94a989c2ac871a778ce113cde858
parent48e114ee2a0d5b19796f4f03644d9d9925379e1f
rtl-optimization/119982 - XFAIL part of gcc.target/i386/pr109362.c

This XFAILs the gcc.target/i386/pr109362.c testcase where we now
need an additional register for the address part of a sequence
of two atomic loads because TER no longer applies after we now
hoist the address computation out of a loop.  In the PR I noted
how RTL propagation could handle this.  In the end this restores
the state we had in GCC 12 and earlier where in GCC 13 the code
generation improved by accident.

This resolves a P1 testsuite regression.

PR rtl-optimization/119982
* gcc.target/i386/pr109362.c: XFAIL.
gcc/testsuite/gcc.target/i386/pr109362.c