[Bug gcov-profile/118553] gcov misses coverage after calling vfork/exec

2025-04-28 Thread silverzhaojr at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118553 Jianrong Zhao changed: What|Removed |Added CC||silverzhaojr at gmail dot com --- Comme

[Bug gcov-profile/118553] gcov misses coverage after calling vfork/exec

2025-01-20 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118553 --- Comment #5 from Roland Illig --- (In reply to Jan Hubicka from comment #4) > > There is a __gcov_fork but none for vfork > Hmm, with vfork the address space is shared, so updated from child > process should be visible to the outer process?

[Bug gcov-profile/118553] gcov misses coverage after calling vfork/exec

2025-01-20 Thread hubicka at ucw dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118553 --- Comment #4 from Jan Hubicka --- > There is a __gcov_fork but none for vfork Hmm, with vfork the address space is shared, so updated from child process should be visible to the outer process?

[Bug gcov-profile/118553] gcov misses coverage after calling vfork/exec

2025-01-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118553 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-01-20 Status|UNCONFIRM

[Bug gcov-profile/118553] gcov misses coverage after calling vfork/exec

2025-01-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118553 Andrew Pinski changed: What|Removed |Added Summary|[12/13/14 regression] gcov |gcov misses coverage after