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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Earnshaw <rearn...@gcc.gnu.org>:

https://gcc.gnu.org/g:ac829a89fb56cfd914d5e29ed4695e499b0dbc95

commit r14-9399-gac829a89fb56cfd914d5e29ed4695e499b0dbc95
Author: Richard Earnshaw <rearn...@arm.com>
Date:   Fri Mar 8 16:23:53 2024 +0000

    arm: testsuite: tweak bics_3.c [PR113542]

    This test was too simple, which meant that the compiler was sometimes
    able to find a better optimization of the code than using a BICS
    instruction.  Fix this by changing the test slightly to produce a
    sequence where BICS should always be the preferred solution.

    gcc/testsuite:
            PR target/113542
            * gcc.target/arm/bics_3.c: Adjust code to something which should
            always result in BICS.

Reply via email to