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 <mli...@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 <mli...@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