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

--- Comment #4 from Gejoe <gejoed at rediffmail dot com> ---
Thanks Andrew for the info.

So, does this mean that every program which was compiled earlier with one step
(ie. gcc --coverage srcfile.c)  of gcc/g++ will have to be split to 2 steps
using -c option first and then processing the '.o' file ? Is this change
documented in the GCC gcov manual well ?
https://gcc.gnu.org/onlinedocs/gcc/Invoking-Gcov.html

I just happened to see that example today in the "Invoking Gcov" section and
was thinking if this has to be done going forward for all recent gcc versions
(post 11.0) or is just confined to version 11.x gcc.

Reply via email to