Re: [PATCH] Fix PR81249

2017-07-03 Thread Richard Biener
On Fri, 30 Jun 2017, Christophe Lyon wrote: > Hi Richard, > > > On 29 June 2017 at 14:53, Richard Biener wrote: > > > > Bootstrap and regtest running on x86_64-unknown-linux-gnu. > > > > Richard. > > > > 2017-06-29 Richard Biener > > > > PR tree-optimization/81249 > > * tree-

Re: [PATCH] Fix PR81249

2017-06-30 Thread Christophe Lyon
Hi Richard, On 29 June 2017 at 14:53, Richard Biener wrote: > > Bootstrap and regtest running on x86_64-unknown-linux-gnu. > > Richard. > > 2017-06-29 Richard Biener > > PR tree-optimization/81249 > * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert > condi

[PATCH] Fix PR81249

2017-06-29 Thread Richard Biener
Bootstrap and regtest running on x86_64-unknown-linux-gnu. Richard. 2017-06-29 Richard Biener PR tree-optimization/81249 * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert condition reduction result to original scalar type. * g++.dg/torture/pr8124