gcno file: do not stream block flags (PR gcov-profile/80031).
authorMartin Liska <mliska@suse.cz>
Fri, 28 Apr 2017 12:49:26 +0000 (14:49 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 28 Apr 2017 12:49:26 +0000 (12:49 +0000)
commit34769baf7d9d8e5545c478d85db3261c6dda3c89
treee7a12c6660305c53dab971f3347996185cd2e9af
parent5c5059bcf87715daa965eec3c04731f447fcbb0a
gcno file: do not stream block flags (PR gcov-profile/80031).

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

PR gcov-profile/80031
* gcov-dump.c (tag_blocks): Just print number of basic blocks.
* gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
* gcov.c (read_graph_file): Read just number of blocks.
* profile.c (branch_prob): Do not stream 0 flags per a basic
block.

From-SVN: r247370
gcc/ChangeLog
gcc/gcov-dump.c
gcc/gcov-io.h
gcc/gcov.c
gcc/profile.c