On 31/01/2020 08:09, Richard Biener wrote:
On Thu, Jan 30, 2020 at 3:09 PM Andrew Stubbs wrote:
How about this?
I've only tested it on the one testcase, so far, but it works for that.
OK to commit (following a full test)?
OK.
X86_64 bootstrap and test showed no issues. Nor amdgcn build an
On Thu, Jan 30, 2020 at 3:09 PM Andrew Stubbs wrote:
>
> On 30/01/2020 13:49, Richard Biener wrote:
> > On Thu, Jan 30, 2020 at 2:04 PM Bin.Cheng wrote:
> >>
> >> On Thu, Jan 30, 2020 at 8:53 PM Andrew Stubbs
> >> wrote:
> >>>
> >>> On 29/01/2020 08:24, Richard Biener wrote:
> On Tue, Jan
On 30/01/2020 13:49, Richard Biener wrote:
On Thu, Jan 30, 2020 at 2:04 PM Bin.Cheng wrote:
On Thu, Jan 30, 2020 at 8:53 PM Andrew Stubbs wrote:
On 29/01/2020 08:24, Richard Biener wrote:
On Tue, Jan 28, 2020 at 5:53 PM Andrew Stubbs wrote:
This patch fixes an ICE compiling fast-math-pr
On Thu, Jan 30, 2020 at 2:04 PM Bin.Cheng wrote:
>
> On Thu, Jan 30, 2020 at 8:53 PM Andrew Stubbs wrote:
> >
> > On 29/01/2020 08:24, Richard Biener wrote:
> > > On Tue, Jan 28, 2020 at 5:53 PM Andrew Stubbs
> > > wrote:
> > >>
> > >> This patch fixes an ICE compiling fast-math-pr55281.c for a
On Thu, Jan 30, 2020 at 8:53 PM Andrew Stubbs wrote:
>
> On 29/01/2020 08:24, Richard Biener wrote:
> > On Tue, Jan 28, 2020 at 5:53 PM Andrew Stubbs wrote:
> >>
> >> This patch fixes an ICE compiling fast-math-pr55281.c for amdgcn.
> >>
> >> The problem is that an "iv" is created in which both b
On 29/01/2020 08:24, Richard Biener wrote:
On Tue, Jan 28, 2020 at 5:53 PM Andrew Stubbs wrote:
This patch fixes an ICE compiling fast-math-pr55281.c for amdgcn.
The problem is that an "iv" is created in which both base and step are
pointer types,
How did you get a POINTER_TYPE step? That'
On Tue, Jan 28, 2020 at 5:53 PM Andrew Stubbs wrote:
>
> This patch fixes an ICE compiling fast-math-pr55281.c for amdgcn.
>
> The problem is that an "iv" is created in which both base and step are
> pointer types,
How did you get a POINTER_TYPE step? That's where the issue lies
I think.
> but