On 11/09/2017 04:27 PM, Nathan Sidwell wrote:
>
>> + /* support for unexecuted basic blocks */
>
> comment is not a sentence.
>
>> + unsigned support_unexecuted_blocks = gcov_read_unsigned ();
>> + if (!support_unexecuted_blocks)
>> + printf ("%s: has_unexecuted_block is not supported\n",
+ /* support for unexecuted basic blocks */
comment is not a sentence.
+ unsigned support_unexecuted_blocks = gcov_read_unsigned ();
+ if (!support_unexecuted_blocks)
+printf ("%s: has_unexecuted_block is not supported\n", filename);
otherwise Ok. Just fix that formatting and commi
001
From: marxin
Date: Mon, 6 Nov 2017 10:49:16 +0100
Subject: [PATCH] GCOV: do not support unexecuted blocks in Ada
gcc/ChangeLog:
2017-11-06 Martin Liska
* coverage.c (coverage_init): Stream information about
support of has_unexecuted_blocks.
* doc/gcov.texi: Document that.
* gcov-dum