]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Committed] Avoid FAIL of gcc.target/i386/pr110792.c
authorRoger Sayle <roger@nextmovesoftware.com>
Sun, 6 Aug 2023 22:19:10 +0000 (23:19 +0100)
committerRoger Sayle <roger@nextmovesoftware.com>
Sun, 6 Aug 2023 22:19:10 +0000 (23:19 +0100)
commit529909f9e92dd3b0ed0383f45a44d2b5f8a58958
tree70de40599faa9c744dfd86436abefa4511b3b7f5
parent1fc96cdd0a3df2ba90a04dc507a44a02fbebd1f3
[Committed] Avoid FAIL of gcc.target/i386/pr110792.c

My apologies (again), I managed to mess up the 64-bit version of the
test case for PR 110792.  Unlike the 32-bit version, the 64-bit case
contains exactly the same load instructions, just in a different order
making the correct and incorrect behaviours impossible to distinguish
with a scan-assembler-not.  Somewhere between checking that this test
failed in a clean tree without the patch, and getting the escaping
correct, I'd failed to notice that this also FAILs in the patched tree.
Doh!  Instead of removing the test completely, I've left it as a
compilation test.

The original fix is tested by the 32-bit test case.

Committed to mainline as obvious.  Sorry for the incovenience.

2023-08-06  Roger Sayle  <roger@nextmovesoftware.com>

gcc/testsuite/ChangeLog
PR target/110792
* gcc.target/i386/pr110792.c: Remove dg-final scan-assembler-not.
gcc/testsuite/gcc.target/i386/pr110792.c