This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov-profile/82457] libgcov fork and exec hooks not always used


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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |nathan at gcc dot gnu.org

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
Ok so the functions like (execve, fork) are recognized as builtins in
non-strict mode:
https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html (Outside strict ISO C
mode...)
I would incline to provide either warning or to include these builtins with
--coverage? Adding gcov maintainers.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]