On Thu, 2011-06-16 at 08:48 +0300, Ira Rosen wrote:
> > I am not sure what we want to do to make this test work on both
> platforms.
> > Do you have any ideas?
>
> I don't think it is related to endianess.
> Could you please send me the dump files (created with
> -fdump-tree-vect-details)?
>
> T
Steve Ellcey wrote on 15/06/2011 08:15:27 PM:
>
> > testsuite/ChangeLog:
> >
> >* gcc.dg/vect/vect-16.c: Rename to ...
> >* gcc.dg/vect/no-fast-math-vect16.c: ... this.
> >* gcc.dg/vect/vect-peel-3.c: Adjust misalignment values
> >for double-word vectors.
> >
> testsuite/ChangeLog:
>
>* gcc.dg/vect/vect-16.c: Rename to ...
>* gcc.dg/vect/no-fast-math-vect16.c: ... this.
>* gcc.dg/vect/vect-peel-3.c: Adjust misalignment values
>for double-word vectors.
>* gcc.dg/vect/vect-peel-4.c: Likewise.
>* gcc.dg/vect
On 9 June 2011 13:00, Ira Rosen wrote:
> Hi,
>
> This patch fixes several vectorizer testsuite failures on ARM:
> - vect-16.c checks that the vectorization fails without -ffast-math,
> but -ffast-math is a default flag for vector tests on ARM. I renamed
> the test to no-fast-math-vect-16.c to avoi
Hi,
This patch fixes several vectorizer testsuite failures on ARM:
- vect-16.c checks that the vectorization fails without -ffast-math,
but -ffast-math is a default flag for vector tests on ARM. I renamed
the test to no-fast-math-vect-16.c to avoid the use of the flag for
it.
- vect-peel-3.c and v