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

--- Comment #24 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Uros Bizjak <u...@gcc.gnu.org>:

https://gcc.gnu.org/g:3a963d441a68797956a5f67dcb351b2dbd4ac1d0

commit r14-10448-g3a963d441a68797956a5f67dcb351b2dbd4ac1d0
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Wed Jul 17 18:11:26 2024 +0200

    alpha: Fix duplicate !tlsgd!62 assemble error [PR115526]

    Add missing "cannot_copy" attribute to instructions that have to
    stay in 1-1 correspondence with another insn.

            PR target/115526

    gcc/ChangeLog:

            * config/alpha/alpha.md (movdi_er_high_g): Add cannot_copy
attribute.
            (movdi_er_tlsgd): Ditto.
            (movdi_er_tlsldm): Ditto.
            (call_value_osf_<tls>): Ditto.

    gcc/testsuite/ChangeLog:

            * gcc.target/alpha/pr115526.c: New test.

    (cherry picked from commit 0841fd4c42ab053be951b7418233f0478282d020)

Reply via email to