re PR tree-optimization/23119 (gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 fails)

PR tree-optimization/23119
        * gcc.dg/vect/vect-105.c: Add xfail for no_align targets.

From-SVN: r103075
This commit is contained in:
Ira Rosen 2005-08-14 06:13:30 +00:00 committed by Ira Rosen
parent 442c1644c7
commit 7d465f1def
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-14 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/23119
* gcc.dg/vect/vect-105.c: Add xfail for no_align targets.
2005-08-13 Marcin Koziej <creep@desk.pl>
Andrew Pinski <pinskia@physics.uc.edu>

View File

@ -60,7 +60,7 @@ int main (void)
return main1 (N);
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail vect_no_align } } } */
/* { dg-final { scan-tree-dump-times "possible dependence between data-refs" 0 "vect" } } */
/* { dg-final { cleanup-tree-dump "vect" } } */