diff options
author | Martin Liska <mliska@suse.cz> | 2017-11-10 15:40:17 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2017-11-10 14:40:17 +0000 |
commit | 93814e2d690f7ccae4d87365b66d05cfa4a11576 (patch) | |
tree | efaaa92985c6a0c1060cfc6bbc8e9b3292a1ae5a /gcc/doc | |
parent | 1ea8c961c82baa476503a04a81c73519971e0380 (diff) | |
download | gcc-93814e2d690f7ccae4d87365b66d05cfa4a11576.zip gcc-93814e2d690f7ccae4d87365b66d05cfa4a11576.tar.gz gcc-93814e2d690f7ccae4d87365b66d05cfa4a11576.tar.bz2 |
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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 6f6a92c..8bf422e 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -374,7 +374,7 @@ marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block is reachable via non-exceptional or exceptional paths. Executed basic blocks having a statement with zero @var{execution_count} end with @samp{*} character and are colored with magenta color with @option{-k} -option. +option. The functionality is not supported in Ada. Note that GCC can completely remove the bodies of functions that are not needed -- for instance if they are inlined everywhere. Such functions |