GCOV: do not support unexecuted blocks in Ada
commitfa6f8ae7f11890248625f0274948e583fde457f2
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2017 14:40:17 +0000 (10 14:40 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Nov 2017 14:40:17 +0000 (10 14:40 +0000)
treeefaaa92985c6a0c1060cfc6bbc8e9b3292a1ae5a
parent430a6bc45d1c2ceff6b22408189f12f9cdb55153
GCOV: do not support unexecuted blocks in Ada

2017-11-10  Martin Liska  <mliska@suse.cz>

* coverage.c (coverage_init): Stream information about
support of has_unexecuted_blocks.
* doc/gcov.texi: Document that.
* gcov-dump.c (dump_gcov_file): Support it in gcov_dump tool.
* gcov.c (read_graph_file): Likewise.
(output_line_beginning): Fix a small issue with
color output.

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