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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Alfie Richards
<[email protected]>:

https://gcc.gnu.org/g:52386b5056d625ecc126ef83b8afe90393c22938

commit r14-12294-g52386b5056d625ecc126ef83b8afe90393c22938
Author: Alfie Richards <[email protected]>
Date:   Thu Jan 15 14:29:51 2026 +0000

    aarch64: Fix issue with __pld builtin at -O0 [PR 123548]

    This fixes the issues with __pld by changing the arguments in arm_acle.h
    to be const which seems to stop the creation of SSA nodes.

            PR target/123548

    gcc/ChangeLog:

            * config/aarch64/arm_acle.h (__plix): Change arguments to be
            const.
            (__pldx): Change arguments to be const.

    gcc/testsuite/ChangeLog:

            * gcc.target/aarch64/pr123548.c: New test.

Reply via email to