[Bug gcov-profile/84846] GCOV intermediate format improvements
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri May 25 11:17:00 GMT 2018
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;
?
More information about the Gcc-bugs
mailing list