https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117248
--- Comment #11 from John David Anglin <danglin at gcc dot gnu.org> --- LRA is not yet enabled by default on hppa. To enable, use "-mlra" option or hack pa.opt to enable by default: mlra Target Var(pa_lra_p) Init(1) Use LRA instead of reload (transitional). On linux, the problem occurs as of this commit: commit 4b09e2c67ef593db171b0755b46378964421782b Author: Vladimir N. Makarov <vmaka...@redhat.com> Date: Mon Nov 25 16:09:00 2024 -0500 I will try to replicate on x86_64.