ssa-fre-13.c: Remove XFAIL.
2008-08-21 Richard Guenther <rguenther@suse.de> * gcc.dg/tree-ssa/ssa-fre-13.c: Remove XFAIL. * gcc.dg/tree-ssa/ssa-fre-14.c: Likewise. * gcc.dg/tree-ssa/ssa-fre-17.c: Likewise. * gcc.dg/tree-ssa/data-dep-1.c: Likewise. * gcc.dg/tree-ssa/ltrans-3.c: Likewise. From-SVN: r139376
This commit is contained in:
parent
08298a8c19
commit
a80eccaab5
@ -1,3 +1,11 @@
|
||||
2008-08-21 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* gcc.dg/tree-ssa/ssa-fre-13.c: Remove XFAIL.
|
||||
* gcc.dg/tree-ssa/ssa-fre-14.c: Likewise.
|
||||
* gcc.dg/tree-ssa/ssa-fre-17.c: Likewise.
|
||||
* gcc.dg/tree-ssa/data-dep-1.c: Likewise.
|
||||
* gcc.dg/tree-ssa/ltrans-3.c: Likewise.
|
||||
|
||||
2008-08-21 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR testsuite/37182
|
||||
|
@ -25,5 +25,5 @@ int foo (int n, int m)
|
||||
outermost "k" loop: the 4 comes from the instantiation of the
|
||||
number of iterations of loop "j". */
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "4, \\+, 1" 0 "ltrans" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "4, \\+, 1" 0 "ltrans" } } */
|
||||
/* { dg-final { cleanup-tree-dump "ltrans" } } */
|
||||
|
@ -17,5 +17,5 @@ int foo(int N, int *res)
|
||||
*res = sum + N;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump-times "transformed loop" 1 "ltrans" } } */
|
||||
/* { dg-final { cleanup-tree-dump "ltrans" } } */
|
||||
|
@ -25,6 +25,6 @@ void foo(double (*q)[4], struct Foo *tmp1)
|
||||
}
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump "Inserted .* &a" "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump "Replaced tmp1_.\\\(D\\\)->data" "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump "Inserted .* &a" "fre" } } */
|
||||
/* { dg-final { scan-tree-dump "Replaced tmp1_.\\\(D\\\)->data" "fre" } } */
|
||||
/* { dg-final { cleanup-tree-dump "fre" } } */
|
||||
|
@ -27,6 +27,6 @@ void foo(double (*q)[4])
|
||||
}
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump "Inserted .* &a" "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump "Replaced tmp1.data" "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump "Inserted .* &a" "fre" } } */
|
||||
/* { dg-final { scan-tree-dump "Replaced tmp1.data" "fre" } } */
|
||||
/* { dg-final { cleanup-tree-dump "fre" } } */
|
||||
|
@ -18,6 +18,6 @@ int foo(int i, int j, int k)
|
||||
return f.doms[0LL].dom;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump "Replaced f.doms\\\[0\\\].dom with i_" "fre" { xfail *-*-* } } } */
|
||||
/* { dg-final { scan-tree-dump "Replaced f.doms\\\[0\\\].dom with i_" "fre" } } */
|
||||
/* { dg-final { cleanup-tree-dump "fre" } } */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user