]> git.ipfire.org Git - thirdparty/gcc.git/commit
cselib: Fix up previous patch for SPARC [PR117239]
authorJakub Jelinek <jakub@redhat.com>
Wed, 5 Feb 2025 13:06:42 +0000 (14:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 5 Feb 2025 13:06:42 +0000 (14:06 +0100)
commit6094801d6fd7849d2d95ce78f7c6ef01686b9f63
tree1a15e20ff8da16f958ee4b801b82b0bcac53596a
parent886ce970eb096bb302228c891f0c8a889c79ad40
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  <jakub@redhat.com>

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