[Bug gcov-profile/93726] [GCOV] unexecuted functions lead to incorrect code coverage when it calls a function with a variable argument
yangyibiao at hust dot edu.cn
gcc-bugzilla@gcc.gnu.org
Wed Feb 19 08:12:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93726
--- Comment #2 from Yibiao Yang <yangyibiao at hust dot edu.cn> ---
(In reply to Martin Liška from comment #1)
> How is that different from PR93725?
Of this one, it wrongly marked a (executed) statement as not executed.
For Bug PR93725, the frequencies is incorrect: A statement is in fact executed
one time but wrongly marked as executed two times.
More information about the Gcc-bugs
mailing list