repo1.C: Call cleanup-repo-files.

* g++.dg/rtti/repo1.C: Call cleanup-repo-files.
	* gcc.dg/20050330-2.c: Call cleanup-coverage-files.

From-SVN: r108558
This commit is contained in:
Kaveh R. Ghazi 2005-12-15 01:50:15 +00:00 committed by Kaveh Ghazi
parent e46aceffcf
commit 018c145d97
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/rtti/repo1.C: Call cleanup-repo-files.
* gcc.dg/20050330-2.c: Call cleanup-coverage-files.
2005-12-14 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/18197

View File

@ -13,3 +13,5 @@ struct function1
function1<1> b;
int main () {}
// { dg-final { cleanup-repo-files } }

View File

@ -19,3 +19,5 @@ foo (struct S *x, int y)
x->b[y] = x->b[y + 1];
x->b[x->a] = (void *) 0;
}
/* { dg-final { cleanup-coverage-files } } */