* gcc.dg/tree-ssa/data-dep-1.c: XFAIL.
authorHans-Peter Nilsson <hp@axis.com>
Sun, 20 Jul 2008 14:12:04 +0000 (14:12 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 20 Jul 2008 14:12:04 +0000 (14:12 +0000)
From-SVN: r138007

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/data-dep-1.c

index 2a3a111..6de072e 100644 (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.
index 5eb71d9..92b6099 100644 (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" } } */