From: John David Anglin Date: Sat, 5 Oct 2024 22:18:31 +0000 (-0400) Subject: hppa: Fix indirect_goto constraint X-Git-Tag: releases/gcc-12.5.0~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00100084dbabf8acfd8b12e5b5025bd08ee52f75;p=thirdparty%2Fgcc.git hppa: Fix indirect_goto constraint Noticed testing LRA. 2024-10-05 John David Anglin gcc/ChangeLog: * config/pa/pa.md: Fix indirect_got constraint. --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 432419587225..1d97cb6f4866 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -7316,7 +7316,7 @@ }) (define_insn "indirect_goto" - [(unspec [(match_operand 0 "register_operand" "=r")] UNSPEC_GOTO)] + [(unspec [(match_operand 0 "register_operand" "r")] UNSPEC_GOTO)] "GET_MODE (operands[0]) == word_mode" "bv%* %%r0(%0)" [(set_attr "type" "branch")