gcov: print total_lines summary for all files.
authorMartin Liska <mliska@suse.cz>
Fri, 17 Apr 2020 15:19:12 +0000 (17:19 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 5 May 2020 14:04:32 +0000 (16:04 +0200)
commitab37baa60ef287c0f5ba9eaa067aa3192b9fb37e
treed1f2fcb03f2022155c3e740849d9c43950cac8b5
parent48c041033ec07b22fda380daa208ab754ec52b68
gcov: print total_lines summary for all files.

gcc/ChangeLog:

2020-04-17  Martin Liska  <mliska@suse.cz>

PR gcov-profile/94636
* gcov.c (main): Print total lines summary at the end.
(generate_results): Expect file_name always being non-null.
Print newline after intermediate file is printed in order to align with
what we do for normal files.
gcc/gcov.c