https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89000
--- Comment #2 from Steve Carmer <steven.w.carmer at lmco dot com> --- (In reply to Martin Liška from comment #1) > I can confirm that, it's related to more complex function handling. > I incline to remove the --function-summaries and compute the info for > intermediate format so that one can use it in a tool. > As mentioned, normal output is correct and one can compute the information. > Steve, does it work for you? We downgraded our toolchain to 7.4 because our process currently expects the gcov output to be consistent with previous output from our heritage baseline. We do need the output, and ideally it would be part of the -f option as in the past, but we could pull the data from the intermediate format, as you suggested, so once that is available we would be interested in reviewing it for adoption into our process and tools. Thanks for your quick response.