Commit 491080f4 by Tom de Vries Committed by Tom de Vries

Add missing cleanup in g++.dg/gcov/gcov-14.C

2015-02-26  Tom de Vries  <tom@codesourcery.com>

	* g++.dg/gcov/gcov-14.C: Add cleanup of iostream.gcov, ostream.gcov and
	locale_facets.h.gcov.

From-SVN: r221013
parent 531f265a
2015-02-26 Tom de Vries <tom@codesourcery.com> 2015-02-26 Tom de Vries <tom@codesourcery.com>
* g++.dg/gcov/gcov-14.C: Add cleanup of iostream.gcov, ostream.gcov and
locale_facets.h.gcov.
2015-02-26 Tom de Vries <tom@codesourcery.com>
* gcc.target/i386/mcount_pic.c: Add missing cleanup-profile-file. * gcc.target/i386/mcount_pic.c: Add missing cleanup-profile-file.
2015-02-26 Tom de Vries <tom@codesourcery.com> 2015-02-26 Tom de Vries <tom@codesourcery.com>
......
...@@ -14,3 +14,8 @@ int main () ...@@ -14,3 +14,8 @@ int main ()
} }
/* { dg-final { run-gcov gcov-14.C } } */ /* { dg-final { run-gcov gcov-14.C } } */
/* run-gcov cleanups up after itself, but doesn't find all created gcov files.
We could try to grep for ^Created in the exec log, but since there's only one
testcase where we create these extra gcov files, do a local cleanup for
now. */
/* { dg-final { remote_file target delete iostream.gcov ostream.gcov locale_facets.h.gcov } } */
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