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
This commit is contained in:
Ira Rosen 2007-01-31 13:42:00 +00:00 committed by Ira Rosen
parent 9ed4207fce
commit d9f414687e
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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" } } */