Commit 68a9c13d by Janis Johnson Committed by Janis Johnson

repo1.C: Use cleanup-repo-files.

	* g++.dg/parse/repo1.C: Use cleanup-repo-files.
	* g++.dg/template/repo1.C: Ditto.
	* g++.dg/template/repo2.C: Ditto.
	* g++.dg/template/repo3.C: Ditto.
	* g++.old-deja/g++.pt/instantiate4.C: Ditto.
	* g++.old-deja/g++.pt/instantiate6.C: Ditto.
	* g++.old-deja/g++.pt/repo1.C: Ditto.
	* g++.old-deja/g++.pt/repo2.C: Ditto.
	* g++.old-deja/g++.pt/repo3.C: Ditto.
	* g++.old-deja/g++.pt/repo4.C: Ditto.

From-SVN: r97339
parent bca28164
2005-03-31 Janis Johnson <janis187@us.ibm.com>
* g++.dg/parse/repo1.C: Use cleanup-repo-files.
* g++.dg/template/repo1.C: Ditto.
* g++.dg/template/repo2.C: Ditto.
* g++.dg/template/repo3.C: Ditto.
* g++.old-deja/g++.pt/instantiate4.C: Ditto.
* g++.old-deja/g++.pt/instantiate6.C: Ditto.
* g++.old-deja/g++.pt/repo1.C: Ditto.
* g++.old-deja/g++.pt/repo2.C: Ditto.
* g++.old-deja/g++.pt/repo3.C: Ditto.
* g++.old-deja/g++.pt/repo4.C: Ditto.
* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
* gcc.dg/20030107-1.c: Ditto.
* gcc.dg/20030702-1.c: Ditto.
......
......@@ -5,3 +5,5 @@ extern "C" inline void f() {}
int main () {
f();
}
// { dg-final { cleanup-repo-files } }
......@@ -15,3 +15,4 @@ B<int> b;
int main () {}
// { dg-final { cleanup-repo-files } }
......@@ -12,3 +12,5 @@ template unsigned char __Atomicity_lock<0>::_S_atomicity_lock;
int main () {
}
// { dg-final { cleanup-repo-files } }
......@@ -5,3 +5,5 @@ template <typename A, typename B> void g () { f<int,int>(); }
int main () { g<int,int>(); }
char c = F;
// { dg-final { cleanup-repo-files } }
......@@ -26,3 +26,5 @@ int main () {
rab.bar();
}
// { dg-final { cleanup-repo-files } }
......@@ -24,3 +24,5 @@ int main() {
foo<int> f;
f.g();
}
// { dg-final { cleanup-repo-files } }
......@@ -18,3 +18,5 @@ int main ()
{
g (42);
}
// { dg-final { cleanup-repo-files } }
......@@ -21,3 +21,5 @@ int main ()
{
int i = g (42);
}
// { dg-final { cleanup-repo-files } }
......@@ -30,3 +30,5 @@ main ()
{
D<int> x;
}
// { dg-final { cleanup-repo-files } }
......@@ -14,3 +14,5 @@ int main ()
{
S<int> s;
}
// { dg-final { cleanup-repo-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