Commit 43e12534 by Jeff Law Committed by Jeff Law

20030730-1.c: Temporarily xfail.

        * gcc.dg/tree-ssa/20030730-1.c: Temporarily xfail.
        * gcc.dg/tree-ssa/20030730-2.c: Likewise.
        * gcc.dg/tree-ssa/20030807-2.c: Likewise.

From-SVN: r111812
parent 6f1be8e1
2006-03-07 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/20030730-1.c: Temporarily xfail.
* gcc.dg/tree-ssa/20030730-2.c: Likewise.
* gcc.dg/tree-ssa/20030807-2.c: Likewise.
2006-03-07 Richard Guenther <rguenther@suse.de>
PR tree-optimization/26587
......@@ -19,6 +19,6 @@ foo (int attr_kind, unsigned long offset)
}
/* There should be no IF conditionals. */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3"} } */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "dom3" } } */
......@@ -19,6 +19,6 @@ foo (int attr_kind, unsigned long offset)
}
/* There should be no IF conditionals. */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3"} } */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "dom3" } } */
......@@ -24,5 +24,5 @@ foo(int n)
/* There should be no IF conditionals. */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3"} } */
/* { dg-final { scan-tree-dump-times "if " 0 "dom3" { xfail *-*-* } } } */
/* { dg-final { cleanup-tree-dump "dom3" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment