Re: patch to fix PR87305

2019-01-11 Thread Vladimir Makarov
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

Re: patch to fix PR87305

2019-01-11 Thread Richard Sandiford
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 >