Commit bca28164 by Janis Johnson Committed by Janis Johnson

20020201-1.c: Use cleanup-coverage_files.

	* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
	* gcc.dg/20030107-1.c: Ditto.
	* gcc.dg/20030702-1.c: Ditto.
	* gcc.dg/profile-generate-1.c: Ditto.
	* g++.dg/other/profile1.C: Ditto.
	* g++.old-deja/g++.robertl/eb83.C: Ditto.

From-SVN: r97338
parent 0455fecf
2005-03-31 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
* gcc.dg/20030107-1.c: Ditto.
* gcc.dg/20030702-1.c: Ditto.
* gcc.dg/profile-generate-1.c: Ditto.
* g++.dg/other/profile1.C: Ditto.
* g++.old-deja/g++.robertl/eb83.C: Ditto.
* lib/gcc-dg.exp (remove-build-file): New.
(cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
cleanup-tree-dump, cleanup-saved-temps): New.
......
......@@ -49,3 +49,5 @@ int main (int argc, char * argv[])
ACE_UINT32 const mc_isoValue = 10000;
ResourceBalanceType2 rbResourceBalanceType2(3, mc_isoValue, "ATM", "M");
}
// { dg-final { cleanup-coverage-files } }
......@@ -14,3 +14,5 @@ main()
int j = 7;
test_swap(i, j);
}
/* { dg-final { cleanup-coverage-files } } */
......@@ -38,3 +38,5 @@ main ()
{
doit ();
}
/* { dg-final { cleanup-coverage-files } } */
......@@ -3,3 +3,5 @@
extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }
/* { dg-final { cleanup-coverage-files } } */
......@@ -8,3 +8,4 @@ void test (void)
fork ();
}
/* { dg-final { cleanup-coverage-files } } */
......@@ -33,3 +33,5 @@ main(void)
abort ();
return 0;
}
/* { 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