On 01/11/2019 04:58 AM, Richard Sandiford wrote:
Hi Vlad,
I think for !WORDS_BIG_ENDIAN the equivalent problem to:
|| !TEST_HARD_REG_BIT (reg_class_contents[rclass],
hard_regno - nregs_diff)))
would be:
|| !TEST_HARD_RE
Hi Vlad,
Vladimir Makarov writes:
> The following patch fixes
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87305
>
> The patch was bootstrapped and tested on x86-64 and ppc64 (be).
>
> Committed as rev. 267823.
>
> Index: ChangeLog
>
The following patch fixes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87305
The patch was bootstrapped and tested on x86-64 and ppc64 (be).
Committed as rev. 267823.
Index: ChangeLog
===
--- ChangeLog (revision 267822)
+++ Chan