Commit 3d25028c by Ira Rosen Committed by Ira Rosen

re PR testsuite/40475 (gcc.dg/vect/vect-nest-cycle-[12].c)


	PR testsuite/40475
	* gcc.dg/vect/vect-nest-cycle-1.c: Fail to vectorize on targets 
	without misalignment support.
	* gcc.dg/vect/vect-nest-cycle-2.c: Likewise.

From-SVN: r148758
parent 1a9e603e
2009-06-21 Ira Rosen <irar@il.ibm.com>
PR testsuite/40475
* gcc.dg/vect/vect-nest-cycle-1.c: Fail to vectorize on targets
without misalignment support.
* gcc.dg/vect/vect-nest-cycle-2.c: Likewise.
2009-06-20 Tobias Burnus <burnus@net-b.de>
PR fortran/40452
......
......@@ -43,6 +43,6 @@ int main ()
return 0;
}
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
......@@ -43,6 +43,6 @@ int main ()
return 0;
}
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED" 1 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment