]> gcc.gnu.org Git - gcc.git/commit
arm: Fix the expected output of the test pr111235.c [PR115894]
authorSurya Kumari Jangala <jskumari@linux.ibm.com>
Mon, 15 Jul 2024 05:03:06 +0000 (00:03 -0500)
committerSurya Kumari Jangala <jskumari@linux.ibm.com>
Mon, 15 Jul 2024 06:39:42 +0000 (01:39 -0500)
commit60ba989220d9dec07d82009b0dafe684e652577f
tree10ed4e175ef0f7a61132172fa9bc200313f1e5da
parentbf26413fc4081dfd18b915580b35bdb71481327e
arm: Fix the expected output of the test pr111235.c  [PR115894]

With r15-1619-g3b9b8d6cfdf593, pr111235.c fails due to different
registers used in ldrexd instruction. The key part of this test is that
the compiler generates LDREXD. The registers used for that are pretty
much irrelevant as they are not matched with any other operations within
the test. This patch changes the test to test only for the mnemonic and
not for any of the operands.

2024-07-15  Surya Kumari Jangala  <jskumari@linux.ibm.com>

gcc/testsuite:
PR testsuite/115894
* gcc.target/arm/pr111235.c: Update expected output.
gcc/testsuite/gcc.target/arm/pr111235.c
This page took 0.054089 seconds and 5 git commands to generate.