Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-27 Thread Kyrill Tkachov
On 27/04/18 15:25, James Greenhalgh wrote: On Fri, Apr 27, 2018 at 10:02:11AM +0100, Richard Biener wrote: > On Fri, 27 Apr 2018, Kyrill Tkachov wrote: > > > > > On 26/04/18 15:04, Christophe Lyon wrote: > > > On 26 April 2018 at 15:41, Richard Biener wrote: > > > > On Thu, 26 Apr 2018, Christo

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-27 Thread James Greenhalgh
On Fri, Apr 27, 2018 at 10:02:11AM +0100, Richard Biener wrote: > On Fri, 27 Apr 2018, Kyrill Tkachov wrote: > > > > > On 26/04/18 15:04, Christophe Lyon wrote: > > > On 26 April 2018 at 15:41, Richard Biener wrote: > > > > On Thu, 26 Apr 2018, Christophe Lyon wrote: > > > > > > > >> On 26 April

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-27 Thread Richard Biener
On Fri, 27 Apr 2018, Kyrill Tkachov wrote: > > On 26/04/18 15:04, Christophe Lyon wrote: > > On 26 April 2018 at 15:41, Richard Biener wrote: > > > On Thu, 26 Apr 2018, Christophe Lyon wrote: > > > > > >> On 26 April 2018 at 14:09, Richard Biener wrote: > > >> > > > >> > Seen by Christophe Lyo

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-27 Thread Kyrill Tkachov
On 26/04/18 15:04, Christophe Lyon wrote: On 26 April 2018 at 15:41, Richard Biener wrote: > On Thu, 26 Apr 2018, Christophe Lyon wrote: > >> On 26 April 2018 at 14:09, Richard Biener wrote: >> > >> > Seen by Christophe Lyon, verified with a cross that this fixes the >> > issue. >> > >> > aar

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-26 Thread Christophe Lyon
On 26 April 2018 at 15:41, Richard Biener wrote: > On Thu, 26 Apr 2018, Christophe Lyon wrote: > >> On 26 April 2018 at 14:09, Richard Biener wrote: >> > >> > Seen by Christophe Lyon, verified with a cross that this fixes the >> > issue. >> > >> > aarch64 people, can you please test & commit thi

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-26 Thread Richard Biener
On Thu, 26 Apr 2018, Christophe Lyon wrote: > On 26 April 2018 at 14:09, Richard Biener wrote: > > > > Seen by Christophe Lyon, verified with a cross that this fixes the > > issue. > > > > aarch64 people, can you please test & commit this? > > > > As I have just written in bugzilla, this patch

Re: [PATCH] Fix aarch64 ILP32 ICE with vaarg gimplified code

2018-04-26 Thread Christophe Lyon
On 26 April 2018 at 14:09, Richard Biener wrote: > > Seen by Christophe Lyon, verified with a cross that this fixes the > issue. > > aarch64 people, can you please test & commit this? > As I have just written in bugzilla, this patch avoids an ICE when compiling newlib's sysopen.i, but I still se