https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98273
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:efd08ad579a1dea6409bd280cb5c263ed0849839 commit r11-6038-gefd08ad579a1dea6409bd280cb5c263ed0849839 Author: Martin Liska <mli...@suse.cz> Date: Mon Dec 14 14:00:08 2020 +0100 gcov: fix line output for nested functions in JSON format gcc/ChangeLog: PR gcov-profile/98273 * gcov.c (output_json_intermediate_file): Use stack of nested functions for lines in a source file. Pop when a function ends.