GCOV: do not support unexecuted blocks in Ada
authorMartin Liska <mliska@suse.cz>
Fri, 10 Nov 2017 14:40:17 +0000 (15:40 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 10 Nov 2017 14:40:17 +0000 (14:40 +0000)
commit93814e2d690f7ccae4d87365b66d05cfa4a11576
treeefaaa92985c6a0c1060cfc6bbc8e9b3292a1ae5a
parent1ea8c961c82baa476503a04a81c73519971e0380
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.

From-SVN: r254627
gcc/ChangeLog
gcc/coverage.c
gcc/doc/gcov.texi
gcc/gcov-dump.c
gcc/gcov.c