GCOV: add -j argument (human readable format).
authorMartin Liska <mliska@suse.cz>
Tue, 31 Oct 2017 15:31:25 +0000 (16:31 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 31 Oct 2017 15:31:25 +0000 (15:31 +0000)
commit29a4ef18ec053a15ccc224d4cc5c8860b03496b4
tree71b33bb93ae5a9f64c217d8e5eea0a24f2ea6b54
parentcbb449d1f73ad948968b2e55387403f4ee58e0e8
GCOV: add -j argument (human readable format).

2017-10-31  Martin Liska  <mliska@suse.cz>

* doc/gcov.texi: Document new option.
* gcov.c (print_usage): Likewise print it.
(process_args): Support the argument.
(format_count): New function.
(format_gcov): Use the function.
2017-10-31  Martin Liska  <mliska@suse.cz>

* g++.dg/gcov/loop.C: New test.
* lib/gcov.exp: Support human readable format for counts.

From-SVN: r254269
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/gcov.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/gcov/loop.C [new file with mode: 0644]
gcc/testsuite/lib/gcov.exp