[Bug gcov-profile/84846] GCOV intermediate format improvements

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 18 13:07:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84846

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri May 18 13:06:31 2018
New Revision: 260361

URL: https://gcc.gnu.org/viewcvs?rev=260361&root=gcc&view=rev
Log:
gcov: add new option -t that prints output to stdout (PR gcov-profile/84846).

2018-05-18  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/84846
        * gcov.c (print_usage): Add new -t option.
        (process_args): Handle the option.
        (generate_results): Use stdout as output when requested by
        the option.
2018-05-18  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/84846
        * doc/gcov.texi: Document -t option of gcov tool.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/gcov.texi
    trunk/gcc/gcov.c


More information about the Gcc-bugs mailing list