Re: [PATCH] Fix PR78189

2017-01-25 Thread Kyrill Tkachov
On 23/01/17 19:26, Christophe Lyon wrote: Hi Nick, On 23 January 2017 at 10:04, Richard Biener wrote: On Fri, 20 Jan 2017, Nick Clifton wrote: Hi Guys, [I have been asked to look at this PR in the hopes that it can be fixed soon and so no longer act as a blocker for the gcc 7 branch]

Re: [PATCH] Fix PR78189

2017-01-23 Thread Christophe Lyon
Hi Nick, On 23 January 2017 at 10:04, Richard Biener wrote: > On Fri, 20 Jan 2017, Nick Clifton wrote: > >> Hi Guys, >> >> [I have been asked to look at this PR in the hopes that it can be >> fixed soon and so no longer act as a blocker for the gcc 7 branch]. >> >> It seems to me that Richa

Re: [PATCH] Fix PR78189

2017-01-23 Thread Richard Biener
On Fri, 20 Jan 2017, Nick Clifton wrote: > Hi Guys, > > [I have been asked to look at this PR in the hopes that it can be > fixed soon and so no longer act as a blocker for the gcc 7 branch]. > > It seems to me that Richard's proposed patch does work: > > https://gcc.gnu.org/ml/gcc-patche

Re: [PATCH] Fix PR78189

2017-01-20 Thread Nick Clifton
Hi Guys, [I have been asked to look at this PR in the hopes that it can be fixed soon and so no longer act as a blocker for the gcc 7 branch]. It seems to me that Richard's proposed patch does work: https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00909.html The only problem is that the ch

Re: [PATCH] Fix PR78189

2016-11-18 Thread Christophe Lyon
On 11 November 2016 at 09:56, Richard Biener wrote: > On Thu, 10 Nov 2016, Christophe Lyon wrote: > >> On 10 November 2016 at 09:34, Richard Biener wrote: >> > On Wed, 9 Nov 2016, Christophe Lyon wrote: >> > >> >> On 9 November 2016 at 09:36, Bin.Cheng wrote: >> >> > On Tue, Nov 8, 2016 at 9:11

Re: [PATCH] Fix PR78189

2016-11-11 Thread Richard Biener
On Thu, 10 Nov 2016, Christophe Lyon wrote: > On 10 November 2016 at 09:34, Richard Biener wrote: > > On Wed, 9 Nov 2016, Christophe Lyon wrote: > > > >> On 9 November 2016 at 09:36, Bin.Cheng wrote: > >> > On Tue, Nov 8, 2016 at 9:11 AM, Richard Biener wrote: > >> >> On Mon, 7 Nov 2016, Christ

Re: [PATCH] Fix PR78189

2016-11-10 Thread Christophe Lyon
On 10 November 2016 at 09:34, Richard Biener wrote: > On Wed, 9 Nov 2016, Christophe Lyon wrote: > >> On 9 November 2016 at 09:36, Bin.Cheng wrote: >> > On Tue, Nov 8, 2016 at 9:11 AM, Richard Biener wrote: >> >> On Mon, 7 Nov 2016, Christophe Lyon wrote: >> >> >> >>> Hi Richard, >> >>> >> >>> >

Re: [PATCH] Fix PR78189

2016-11-10 Thread Richard Biener
On Wed, 9 Nov 2016, Christophe Lyon wrote: > On 9 November 2016 at 09:36, Bin.Cheng wrote: > > On Tue, Nov 8, 2016 at 9:11 AM, Richard Biener wrote: > >> On Mon, 7 Nov 2016, Christophe Lyon wrote: > >> > >>> Hi Richard, > >>> > >>> > >>> On 7 November 2016 at 09:01, Richard Biener wrote: > >>>

Re: [PATCH] Fix PR78189

2016-11-09 Thread Christophe Lyon
On 9 November 2016 at 09:36, Bin.Cheng wrote: > On Tue, Nov 8, 2016 at 9:11 AM, Richard Biener wrote: >> On Mon, 7 Nov 2016, Christophe Lyon wrote: >> >>> Hi Richard, >>> >>> >>> On 7 November 2016 at 09:01, Richard Biener wrote: >>> > >>> > The following fixes an oversight when computing alignm

Re: [PATCH] Fix PR78189

2016-11-09 Thread Bin.Cheng
On Tue, Nov 8, 2016 at 9:11 AM, Richard Biener wrote: > On Mon, 7 Nov 2016, Christophe Lyon wrote: > >> Hi Richard, >> >> >> On 7 November 2016 at 09:01, Richard Biener wrote: >> > >> > The following fixes an oversight when computing alignment in the >> > vectorizer. >> > >> > Bootstrapped and te

Re: [PATCH] Fix PR78189

2016-11-09 Thread Richard Biener
On Tue, 8 Nov 2016, Richard Biener wrote: > On Tue, 8 Nov 2016, Richard Biener wrote: > > > On Mon, 7 Nov 2016, Christophe Lyon wrote: > > > > > Hi Richard, > > > > > > > > > On 7 November 2016 at 09:01, Richard Biener wrote: > > > > > > > > The following fixes an oversight when computing ali

Re: [PATCH] Fix PR78189

2016-11-08 Thread Richard Biener
On Tue, 8 Nov 2016, Richard Biener wrote: > On Mon, 7 Nov 2016, Christophe Lyon wrote: > > > Hi Richard, > > > > > > On 7 November 2016 at 09:01, Richard Biener wrote: > > > > > > The following fixes an oversight when computing alignment in the > > > vectorizer. > > > > > > Bootstrapped and te

Re: [PATCH] Fix PR78189

2016-11-08 Thread Richard Biener
On Mon, 7 Nov 2016, Christophe Lyon wrote: > Hi Richard, > > > On 7 November 2016 at 09:01, Richard Biener wrote: > > > > The following fixes an oversight when computing alignment in the > > vectorizer. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > > > Richa

Re: [PATCH] Fix PR78189

2016-11-07 Thread Christophe Lyon
Hi Richard, On 7 November 2016 at 09:01, Richard Biener wrote: > > The following fixes an oversight when computing alignment in the > vectorizer. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > Richard. > > 2016-11-07 Richard Biener > > PR tree-optimizat