On Fri, Mar 17, 2017 at 12:54 PM, Tom de Vries <tom_devr...@mentor.com> wrote: > On 14/03/17 13:30, Martin Liška wrote: >> >> Tested on my local machine that's properly installed. >> >> Ready for trunk? > > > I'm guessing there's an invariant that installed tools mention a bug url > with --help. > > Using attached patch, we get: > ... > $ gcov-dump --help > Usage: gcov-dump [OPTION] ... gcovfiles > Print coverage file contents > -h, --help Print this help > -v, --version Print version number > -l, --long Dump record contents too > -p, --positions Dump record positions > -w, --working-sets Dump working set computed from summary > > For bug reporting instructions, please see: > <https://gcc.gnu.org/bugs/>. > ... > > OK for trunk, 5 and 6 branch?
Ok. Bonus point if you also write the missing gcov-dump.texi (so we get a manpage as well). Thanks, Richard. > Thanks, > - Tom