https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84846
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |WAITING --- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Eric Botcazou from comment #5) > Reopening, displaying the current working directory in the .gcov file breaks > automatic coverage testing, where you compare it against a fixed baseline. > > Please at least make this optional in the .gcov file. Would you be fine if we'll print cwd just in intermediate format? According to gcov.c: /* Output *.gcov file in intermediate format used by 'lcov'. */ static int flag_intermediate_format = 0; ?