Commit d9f41468 by Ira Rosen Committed by Ira Rosen

vect-37.c: Restore the original behaivior - xfail to vectorize.

	* gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
	vectorize.

From-SVN: r121420
parent 9ed4207f
2007-01-31 Ira Rosen <irar@il.ibm.com>
* gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
vectorize.
2007-01-31 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/builtins-63.c: New test.
......@@ -53,5 +53,9 @@ int main (void)
return main1 (x);
}
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" } } */
/* Currently the loops fail to vectorize due to aliasing problems.
If/when the aliasing problems are resolved, unalignment may
prevent vectorization on some targets. */
/* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "can't determine dependence between" 2 "vect" } } */
/* { 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