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