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

            Bug ID: 82702
           Summary: gcov intermediate format is creating multiple 'gcov'
                    files, it was creating a single file up to GCC 6
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mcastelluccio at mozilla dot com
                CC: marxin at gcc dot gnu.org
  Target Milestone: ---

Running "gcov -i file.gcno" was generating a single file ("file.gcno.gcov")
with info about all the files included in file.cpp.
Now, it is creating multiple "gcov" files, one for each included file.

Reply via email to