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

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

https://gcc.gnu.org/g:37bd7d5c4e17c97d2b7d50f630b1cf8b347a31f4

commit r13-8920-g37bd7d5c4e17c97d2b7d50f630b1cf8b347a31f4
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