https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114949

            Bug ID: 114949
           Summary: Missing function return count in JSON format
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: michael.foerderer at gmx dot de
  Target Milestone: ---

While adding support for GCOV JSON intermediate format to GCOVR
(https://github.com/gcovr/gcovr/pull/766) we found out that the return count of
functions are missing. Only the execution count is available.

In the GCOV text representation following informations were available for a
function:

function Foo<char>::inc() called 0 returned 0% blocks executed 0%

Reply via email to