[Bug gcov-profile/93726] [GCOV] unexecuted functions lead to incorrect code coverage when it calls a function with a variable argument

2020-02-19 Thread yangyibiao at hust dot edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93726

--- Comment #2 from Yibiao Yang  ---
(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.

[Bug gcov-profile/93726] [GCOV] unexecuted functions lead to incorrect code coverage when it calls a function with a variable argument

2020-02-17 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93726

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2020-02-17
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
How is that different from PR93725?