This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Create x.gcov file for binary w/o x.gcda file (PR, gcov-profile/65831)
- From: Nathan Sidwell <nathan at acm dot org>
- To: Martin Liška <mliska at suse dot cz>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, afineman at afineman dot com
- Date: Thu, 4 Aug 2016 08:52:21 -0400
- Subject: Re: [PATCH] Create x.gcov file for binary w/o x.gcda file (PR, gcov-profile/65831)
- Authentication-results: sourceware.org; auth=none
- References: <1df08b5a-4aa1-f731-0dc3-d7e7ee6090ab@suse.cz>
On 08/04/16 08:27, Martin Liška wrote:
Hi.
Following patch is grabbed from the PR, where I just applied the patch
and wrote a test-case which removes x.gcda file before running gcov tool.
Ready to be installed?
2016-08-04 Martin Liska <mliska@suse.cz>
* g++.dg/gcov/gcov-16.C: New test.
* lib/gcov.exp: Support new argument for run-gcov function.
gcc/ChangeLog:
2016-08-04 Martin Liska <mliska@suse.cz>
Adam Fineman <afineman@afineman.com>
* gcov.c (process_file): Create .gcov file when .gcda
file is missing.
ok thanks