Commit 018c145d by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent e46aceff
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
......@@ -13,3 +13,5 @@ struct function1
function1<1> b;
int main () {}
// { dg-final { cleanup-repo-files } }
......@@ -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 } } */
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