===================================================================
@@ -19,5 +19,3 @@ foo (struct S *x, int y)
x->b[y] = x->b[y + 1];
x->b[x->a] = (void *) 0;
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -26,5 +26,3 @@ foo (int k)
for (i = 0; i < 10; ++i)
bar (i);
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -16,5 +16,3 @@ main (void)
}
return 0;
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -7,5 +7,3 @@ void foo (int *p)
if (p)
*p = 0;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -3,5 +3,3 @@
extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -24,5 +24,3 @@ foo ()
res = bar ();
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -8,5 +8,3 @@ void test (void)
{
fork ();
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
/* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */
int
@@ -9,5 +8,4 @@ main(void)
return 0;
}
-/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */
===================================================================
@@ -13,5 +13,3 @@ foo (int a, int b)
return 0;
}
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -5,5 +5,3 @@ unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
/* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */
int
@@ -9,5 +8,4 @@ main(void)
return 0;
}
-/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */
===================================================================
@@ -17,5 +17,3 @@ f ()
{
g (42, ff);
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */
-/* { dg-require-host-local "" } */
/* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
int
@@ -9,5 +8,4 @@ main(void)
return 0;
}
-/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */
===================================================================
@@ -34,5 +34,3 @@ test(char *ret, int *counter, void *schema,
error (1, 0, 0, node, "%s", name);
return 0;
}
-
-/* { dg-final { cleanup-coverage-files } } */
===================================================================
@@ -11,5 +11,3 @@ program pr27573
end do
!$omp end parallel
end
-
-! { dg-final { cleanup-coverage-files } }