]> git.ipfire.org Git - thirdparty/gcc.git/commit
Create x.gcov file for binary w/o x.gcda file (PR
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Aug 2016 12:23:32 +0000 (12:23 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Aug 2016 12:23:32 +0000 (12:23 +0000)
commit6d5f72f3176e6a0da33bb3495f0f4797cc2ad9db
treea32f57e0747c8e6fd6212627797e861dc79b2c8b
parentb357db2c080215a8e8e42a397b0c6e64ddbd2d1c
Create x.gcov file for binary w/o x.gcda file (PR

* g++.dg/gcov/gcov-16.C: New test.
* lib/gcov.exp: Support new argument for run-gcov function.
    Adam Fineman  <afineman@afineman.com>

* gcov.c (process_file): Create .gcov file when .gcda
file is missing.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239413 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcov.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/gcov-16.C [new file with mode: 0644]
gcc/testsuite/lib/gcov.exp