https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95365
Bug ID: 95365 Summary: [11 Regression] Broken gcov since r11-627-g1dedc12d186a1108 Product: gcc Version: 11.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: aoliva at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Since the revision gcov can't find corresponding .gcda and .gcno files: $ gcc foo.c --coverage && ./a.out && gcov foo.c test foo.gcno:cannot open notes file foo.gcda:cannot open data file, assuming not executed No executable lines $ ls -l total 108 -rw-r--r-- 1 marxin users 120 May 27 15:54 a-foo.gcda -rw-r--r-- 1 marxin users 716 May 27 15:54 a-foo.gcno -rwxr-xr-x 1 marxin users 95344 May 27 15:54 a.out -rw-r--r-- 1 marxin users 116 May 27 15:54 foo.c