Re: [PATCH] GCOV: do not support unexecuted blocks in Ada

2017-11-10 Thread Martin Liška
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",

[PATCH] GCOV: do not support unexecuted blocks in Ada

2017-11-09 Thread Nathan Sidwell
+ /* 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

[PATCH] GCOV: do not support unexecuted blocks in Ada

2017-11-07 Thread Martin Liška
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