Re: RFA: XFAIL gcc.dg/vect/pr56787.c if vect_no_align

2014-02-11 Thread Richard Biener
On Mon, Feb 10, 2014 at 9:38 PM, Richard Sandiford wrote: > Not 100% sure whether this is the preferred fix, but gcc.dg/vect/pr56787.c > has lots of float * parameters that point who-knows-where and so is only > vectorised if the target supports misaligned vector accesses: > > void > foo (unsigned

RFA: XFAIL gcc.dg/vect/pr56787.c if vect_no_align

2014-02-10 Thread Richard Sandiford
Not 100% sure whether this is the preferred fix, but gcc.dg/vect/pr56787.c has lots of float * parameters that point who-knows-where and so is only vectorised if the target supports misaligned vector accesses: void foo (unsigned long n, const float *__restrict u0, const float *__restrict u1,