[Bug gcov-profile/82702] gcov intermediate format is creating multiple 'gcov' files, it was creating a single file up to GCC 6
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 25 06:20:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82702
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/onlinedocs/gcc/Invoking-Gcov.html#Invoking-Gcov
The output is a single .gcov file per .gcda file.
The same documentation was in GCC 5.1.0's docs:
https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Invoking-Gcov.html#Invoking-Gcov
More information about the Gcc-bugs
mailing list