2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-22 19:20:50 +08:00

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
This commit is contained in:
Janis Johnson 2005-03-31 18:14:11 +00:00 committed by Janis Johnson
parent 0455fecf88
commit bca281643e
7 changed files with 18 additions and 0 deletions
gcc/testsuite

@ -1,5 +1,12 @@
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 } } */