This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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", filename);
> 
> otherwise Ok.  Just fix that formatting and commit.
> 
> nathan

Thank you Nathan, installed with the nit as r254627.

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]