[Bug gcov-profile/110545] gcda files not generated for some shared libs

2023-07-31 Thread gejoed at rediffmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110545 --- Comment #3 from Gejoe --- Any other comment or suggestion here for this case ?

[Bug gcov-profile/110545] gcda files not generated for some shared libs

2023-07-06 Thread gejoed at rediffmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110545 --- Comment #2 from Gejoe --- No, they are not using dlopen. The shared libraries are built and loaded during the program (image) loading.

[Bug gcov-profile/110545] gcda files not generated for some shared libs

2023-07-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110545 --- Comment #1 from Richard Biener --- Are the shared libraries that are missing gcda files possibly loaded via dlopen()?