https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115894

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Surya Kumari Jangala
<jskum...@gcc.gnu.org>:

https://gcc.gnu.org/g:60ba989220d9dec07d82009b0dafe684e652577f

commit r15-2036-g60ba989220d9dec07d82009b0dafe684e652577f
Author: Surya Kumari Jangala <jskum...@linux.ibm.com>
Date:   Mon Jul 15 00:03:06 2024 -0500

    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  <jskum...@linux.ibm.com>

    gcc/testsuite:
            PR testsuite/115894
            * gcc.target/arm/pr111235.c: Update expected output.

Reply via email to