* gcc.dg/tree-ssa/data-dep-1.c: XFAIL.

From-SVN: r138007
This commit is contained in:
Hans-Peter Nilsson 2008-07-20 14:12:04 +00:00 committed by Hans-Peter Nilsson
parent 1856c8dcea
commit c0b215ccf6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-20 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/tree-ssa/data-dep-1.c: XFAIL.
2008-07-20 Daniel Berlin <dberlin@dberlin.org>
* gcc.dg/tree-ssa/ssa-fre-7.c: XFAIL.

View File

@ -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" } } */
/* { dg-final { scan-tree-dump-times "4, \\+, 1" 0 "ltrans" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "ltrans" } } */