Commit 7323f4bb by Uros Bizjak Committed by Uros Bizjak

20030107-1.c: Do not call cleanup-coverage-files.

	* gcc.dg/20030107-1.c: Do not call cleanup-coverage-files.
	* gcc.dg/20030702-1.c: Ditto.
	* gcc.dg/20050309-1.c: Ditto.
	* gcc.dg/20050325-1.c: Ditto.
	* gcc.dg/20050330-2.c: Ditto.
	* gcc.dg/20051201-1.c: Ditto.
	* gcc.dg/gomp/pr27573.c: Ditto.
	* gcc.dg/gomp/pr34610.c: Ditto.
	* gcc.dg/pr24225.c: Ditto.
	* gcc.dg/pr26570.c: Ditto.
	* gcc.dg/pr32773.c: Ditto.
	* g++.dg/gcov/gcov-6.C: Ditto.
	* g++.dg/gomp/pr34608.C: Ditto.
	* gfortran.dg/gomp/pr27573.f90: Ditto.

	* gcc.dg/profile-dir-1.c: Do not call cleanup-coverage-files.  Remove
	dg-require-host-local dg directive.
	* gcc.dg/profile-dir-2.c: Ditto.
	* gcc.dg/profile-dir-3.c: Ditto.

From-SVN: r163020
parent ac8dc9f7
2010-08-08 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/20030107-1.c: Do not call cleanup-coverage-files.
* gcc.dg/20030702-1.c: Ditto.
* gcc.dg/20050309-1.c: Ditto.
* gcc.dg/20050325-1.c: Ditto.
* gcc.dg/20050330-2.c: Ditto.
* gcc.dg/20051201-1.c: Ditto.
* gcc.dg/gomp/pr27573.c: Ditto.
* gcc.dg/gomp/pr34610.c: Ditto.
* gcc.dg/pr24225.c: Ditto.
* gcc.dg/pr26570.c: Ditto.
* gcc.dg/pr32773.c: Ditto.
* g++.dg/gcov/gcov-6.C: Ditto.
* g++.dg/gomp/pr34608.C: Ditto.
* gfortran.dg/gomp/pr27573.f90: Ditto.
* gcc.dg/profile-dir-1.c: Do not call cleanup-coverage-files. Remove
dg-require-host-local dg directive.
* gcc.dg/profile-dir-2.c: Ditto.
* gcc.dg/profile-dir-3.c: Ditto.
2010-08-08 Richard Guenther <rguenther@suse.de> 2010-08-08 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45109 PR tree-optimization/45109
......
...@@ -3,5 +3,3 @@ ...@@ -3,5 +3,3 @@
extern void bar(void) __attribute__((noreturn)); extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); } int foo (void) { bar(); }
/* { dg-final { cleanup-coverage-files } } */
...@@ -8,5 +8,3 @@ void test (void) ...@@ -8,5 +8,3 @@ void test (void)
{ {
fork (); fork ();
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -34,5 +34,3 @@ test(char *ret, int *counter, void *schema, ...@@ -34,5 +34,3 @@ test(char *ret, int *counter, void *schema,
error (1, 0, 0, node, "%s", name); error (1, 0, 0, node, "%s", name);
return 0; return 0;
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -17,5 +17,3 @@ f () ...@@ -17,5 +17,3 @@ f ()
{ {
g (42, ff); g (42, ff);
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -19,5 +19,3 @@ foo (struct S *x, int y) ...@@ -19,5 +19,3 @@ foo (struct S *x, int y)
x->b[y] = x->b[y + 1]; x->b[y] = x->b[y + 1];
x->b[x->a] = (void *) 0; x->b[x->a] = (void *) 0;
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -24,5 +24,3 @@ foo () ...@@ -24,5 +24,3 @@ foo ()
res = bar (); res = bar ();
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -16,5 +16,3 @@ main (void) ...@@ -16,5 +16,3 @@ main (void)
} }
return 0; return 0;
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -26,5 +26,3 @@ foo (int k) ...@@ -26,5 +26,3 @@ foo (int k)
for (i = 0; i < 10; ++i) for (i = 0; i < 10; ++i)
bar (i); bar (i);
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -13,5 +13,3 @@ foo (int a, int b) ...@@ -13,5 +13,3 @@ foo (int a, int b)
return 0; return 0;
} }
} }
/* { dg-final { cleanup-coverage-files } } */
...@@ -5,5 +5,3 @@ unsigned test (unsigned a, unsigned b) ...@@ -5,5 +5,3 @@ unsigned test (unsigned a, unsigned b)
{ {
return a / b; return a / b;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */ } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
/* { dg-final { cleanup-coverage-files } } */
...@@ -7,5 +7,3 @@ void foo (int *p) ...@@ -7,5 +7,3 @@ void foo (int *p)
if (p) if (p)
*p = 0; *p = 0;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */ } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
/* { dg-final { cleanup-coverage-files } } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */ /* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */
/* { dg-require-host-local "" } */
/* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */ /* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */
int int
...@@ -9,5 +8,4 @@ main(void) ...@@ -9,5 +8,4 @@ main(void)
return 0; return 0;
} }
/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */ /* { dg-final { cleanup-tree-dump "tree_profile" } } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */ /* { dg-options "-O -fprofile-generate -fdump-tree-tree_profile" } */
/* { dg-require-host-local "" } */
/* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */ /* { dg-final { scan-tree-dump "/profile-dir-2.gcda" "tree_profile" } } */
int int
...@@ -9,5 +8,4 @@ main(void) ...@@ -9,5 +8,4 @@ main(void)
return 0; return 0;
} }
/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */ /* { dg-final { cleanup-tree-dump "tree_profile" } } */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */ /* { 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" } } */ /* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
int int
...@@ -9,5 +8,4 @@ main(void) ...@@ -9,5 +8,4 @@ main(void)
return 0; return 0;
} }
/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { cleanup-tree-dump "tree_profile" } } */ /* { dg-final { cleanup-tree-dump "tree_profile" } } */
...@@ -11,5 +11,3 @@ program pr27573 ...@@ -11,5 +11,3 @@ program pr27573
end do end do
!$omp end parallel !$omp end parallel
end end
! { dg-final { cleanup-coverage-files } }
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