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:
parent
9ed4207fce
commit
d9f414687e
@ -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.
|
||||
|
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user