On Tue, Apr 10, 2018 at 11:55 AM, Bin Cheng <bin.ch...@arm.com> wrote: > Hi, > Pointer q in gcc.dg/vect/pr81196.c is not aligned after vectorization, > resulting test failure for some targets. > This simple patch adjust it so that it's aligned. > > Is it OK?
Yes, looks quite obvious. Richard. > Hi Rainer, could you please help me double check that this solves the issue? > > Thanks, > bin > > gcc/testsuite > 2018-04-10 Bin Cheng <bin.ch...@arm.com> > > PR testsuite/85190 > * gcc.dg/vect/pr81196.c: Adjust pointer for aligned access.