vect-85.c: Remove xfail.
* gcc.dg/vect/vect-85.c: Remove xfail. * gcc.dg/vect/vect-86.c: Remove xfail. * gcc.dg/vect/vect-87.c: Remove xfail. * gcc.dg/vect/vect-88.c: Remove xfail. From-SVN: r94654
This commit is contained in:
parent
762297d941
commit
f1a3e333f0
@ -1,3 +1,10 @@
|
||||
2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
|
||||
|
||||
* gcc.dg/vect/vect-85.c: Remove xfail.
|
||||
* gcc.dg/vect/vect-86.c: Remove xfail.
|
||||
* gcc.dg/vect/vect-87.c: Remove xfail.
|
||||
* gcc.dg/vect/vect-88.c: Remove xfail.
|
||||
|
||||
2005-02-02 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* gcc.dg/altivec-19.c: New.
|
||||
|
@ -45,6 +45,5 @@ int main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Fails due to invariant phi introduced by PRE.
|
||||
Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
|
||||
/* Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
|
@ -45,8 +45,7 @@ int main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Fails due to invariant phi introduced by PRE.
|
||||
Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
|
||||
/* Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
|
||||
|
@ -49,8 +49,7 @@ int main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Fails due to invariant phi introduced by PRE.
|
||||
Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
|
||||
/* Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
|
@ -49,8 +49,7 @@ int main (void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Fails due to invariant phi introduced by PRE.
|
||||
Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail *-*-* } } } */
|
||||
/* Fails for targets that don't vectorize PLUS (e.g alpha). */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
|
||||
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { xfail alpha*-*-* } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user