https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89000
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2019-01-23
Known to work| |7.3.0
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Target Milestone|--- |10.0
Ever confirmed|0 |1
Known to fail| |8.2.0, 9.0
--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
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?