gcno file: do not stream block flags (PR gcov-profile/80031).
commit8af8bb9ccfe940efd7aaf52e6b14dbfc4d955a70
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Apr 2017 12:49:26 +0000 (28 12:49 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Apr 2017 12:49:26 +0000 (28 12:49 +0000)
treee7a12c6660305c53dab971f3347996185cd2e9af
parent287ac61db00a2ad8db9fd0a10949cf6e9bd1e2ef
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.

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