Re: [PATCH] Fix PR63665

2014-10-29 Thread Richard Biener
On Wed, Oct 29, 2014 at 10:04 AM, Eric Botcazou wrote: >> 2014-10-28 Richard Biener >> >> PR tree-optimization/63665 >> * tree-vect-slp.c (vect_get_mask_element): Properly handle >> accessing out-of-bound elements. > > Does fix it the assertion failure on the attached testcase

Re: [PATCH] Fix PR63665

2014-10-29 Thread Eric Botcazou
> 2014-10-28 Richard Biener > > PR tree-optimization/63665 > * tree-vect-slp.c (vect_get_mask_element): Properly handle > accessing out-of-bound elements. Does fix it the assertion failure on the attached testcase? If so, would you mind committing the testcase with the patc