]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/gcov-dump.c
Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 14:22:08 +0000 (14:22 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Dec 2017 14:22:08 +0000 (14:22 +0000)
commit2074ebe7571e50a05667c1198c4594fc0916e864
tree497e6e853be592694c5487c206a33a7adb55d84f
parente0fcf2e989261462762a089fe9fbf091065ebe84
Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).

2017-12-21  Martin Liska  <mliska@suse.cz>

PR gcov-profile/83509
* gcov-dump.c (dump_gcov_file): Do not read info about
support_unexecuted_blocks for gcda files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255941 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcov-dump.c