Re: [GCC 10 PATCH] expr: Fix REDUCE_BIT_FIELD for constants [PR95694]

2020-12-03 Thread Richard Biener via Gcc-patches
On Wed, Dec 2, 2020 at 5:31 PM Richard Sandiford via Gcc-patches wrote: > > This is a gcc-10 version of: > > Richard Sandiford writes: > > [Sorry, been sitting on this patch for a while and just realised > > I never sent it.] > > > > This is yet another PR caused by constant integer rtxes not st

[GCC 10 PATCH] expr: Fix REDUCE_BIT_FIELD for constants [PR95694]

2020-12-02 Thread Richard Sandiford via Gcc-patches
This is a gcc-10 version of: Richard Sandiford writes: > [Sorry, been sitting on this patch for a while and just realised > I never sent it.] > > This is yet another PR caused by constant integer rtxes not storing > a mode. We were calling REDUCE_BIT_FIELD on a constant integer that > didn't fi