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

--- Comment #18 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

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

commit r13-9695-gffac0a49a88e0e366d35739d97fced2b01bfcf89
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Feb 5 14:06:42 2025 +0100

    cselib: Fix up previous patch for SPARC [PR117239]

    Sorry, our CI bot just notified me I broke SPARC build.  There are two
     #ifdef STACK_ADDRESS_OFFSET
    guarded snippets and the macro is only defined on SPARC target, so I didn't
    notice there was a syntax error.

    Fixed thusly.

    2025-02-05  Jakub Jelinek  <ja...@redhat.com>

            PR rtl-optimization/117239
            * cselib.cc (cselib_init): Remove spurious closing paren in
            the #ifdef STACK_ADDRESS_OFFSET specific code.

    (cherry picked from commit 6094801d6fd7849d2d95ce78f7c6ef01686b9f63)

Reply via email to