OSDN Git Service

PR testsuite/35406
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / tree-ssa / ldist-4.c
index cb9451e..a744fea 100644 (file)
@@ -24,5 +24,6 @@ int loop1 (int k)
    too much code in the outer loop, degrading performance of scalar
    code.  So this test was XFAILed because the cost model of the stand
    alone distribution pass has evolved.  Now it passes.  */
    too much code in the outer loop, degrading performance of scalar
    code.  So this test was XFAILed because the cost model of the stand
    alone distribution pass has evolved.  Now it passes.  */
-/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 1 "ldist" } } */
+/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 0 "ldist" { target ilp32 } } } */
+/* { dg-final { scan-tree-dump-times "distributed: split to 2 loops" 1 "ldist" { target lp64 } } } */
 /* { dg-final { cleanup-tree-dump "ldist" } } */
 /* { dg-final { cleanup-tree-dump "ldist" } } */