Message ID | Zy6GQaG3Ez0sARzw@mx3210.local |
---|---|
State | New |
Headers | show |
Series | [committed] hppa: Fix handling of secondary reloads involving a SUBREG | expand |
diff --git a/gcc/config/pa/pa.cc b/gcc/config/pa/pa.cc index 94ee7dbfa8e..941ef3a7128 100644 --- a/gcc/config/pa/pa.cc +++ b/gcc/config/pa/pa.cc @@ -11009,6 +11009,7 @@ pa_legitimate_address_p (machine_mode mode, rtx x, bool strict, code_helper) /* Long 14-bit displacements always okay for these cases. */ if (INT14_OK_STRICT || reload_completed + || (reload_in_progress && !strict) || mode == QImode || mode == HImode) return true;