Re: vector shift regression on sparc

2011-10-30 Thread Richard Guenther
On Sun, Oct 30, 2011 at 5:38 AM, David Miller wrote: > > gcc.dg/pr48616.c segfaults on sparc as of a day or two ago > > vectorizable_shift() crashes because op1_vectype is NULL and > we hit this code path: > >  /* Vector shifted by vector.  */ >  if (!scalar_shift_arg) >    { >      optab = optab_

vector shift regression on sparc

2011-10-29 Thread David Miller
gcc.dg/pr48616.c segfaults on sparc as of a day or two ago vectorizable_shift() crashes because op1_vectype is NULL and we hit this code path: /* Vector shifted by vector. */ if (!scalar_shift_arg) { optab = optab_for_tree_code (code, vectype, optab_vector); if (vect_print_d