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
This commit is contained in:
Tom de Vries 2015-02-26 14:36:03 +00:00 committed by Tom de Vries
parent 531f265a4d
commit 491080f4c1
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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.

View file

@ -14,3 +14,8 @@ int main ()
}
/* { 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 } } */