https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84548
--- Comment #25 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Tue Feb 27 14:11:08 2018 New Revision: 258033 URL: https://gcc.gnu.org/viewcvs?rev=258033&root=gcc&view=rev Log: Make groups more generic (PR gcov-profile/84548). 2018-02-27 Martin Liska <mli...@suse.cz> PR gcov-profile/84548 * gcov.c (process_file): Allow partial overlap and consider it also as group functions. (output_lines): Properly calculate range of lines for a group. 2018-02-27 Martin Liska <mli...@suse.cz> PR gcov-profile/84548 * g++.dg/gcov/pr84548.C: New test. Added: trunk/gcc/testsuite/g++.dg/gcov/pr84548.C Modified: trunk/gcc/ChangeLog trunk/gcc/gcov.c trunk/gcc/testsuite/ChangeLog