Validate that destination gcov file does not exist for gcov-tool (PR gcov-profile...
authorMartin Liska <mliska@suse.cz>
Tue, 18 Apr 2017 07:24:20 +0000 (09:24 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 18 Apr 2017 07:24:20 +0000 (07:24 +0000)
commit6397118495f65a03a0d13114cf2c72d4a66f9cb1
treeac43d0906533b0c67821043f6ec71cb902f5f12b
parent4c6a5d87fdff2d1fca72789eb0fb1860f463958b
Validate that destination gcov file does not exist for gcov-tool (PR gcov-profile/78783).

2017-04-18  Martin Liska  <mliska@suse.cz>

PR gcov-profile/78783
* libgcov-driver.c (gcov_get_filename): New function.
2017-04-18  Martin Liska  <mliska@suse.cz>

PR gcov-profile/78783
* gcov-tool.c (gcov_output_files): Validate that destination
file is either removed by the tool or by a user.

From-SVN: r246961
gcc/ChangeLog
gcc/gcov-tool.c
libgcc/ChangeLog
libgcc/libgcov-driver.c