[Bug gcov-profile/93626] [GCOV] incorrect coverage when compiled with option '-fsanitize=undefined' for typedef struct

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

--- Comment #2 from Yibiao Yang  ---
(In reply to Martin Liška from comment #1)
> I would not recommend combining --coverage and a sanitizer.

Thanks for the suggestion. Yes, this is an abnormal combination.

[Bug gcov-profile/93626] [GCOV] incorrect coverage when compiled with option '-fsanitize=undefined' for typedef struct

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

Martin Liška  changed:

   What|Removed |Added

   Priority|P3  |P4
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2020-02-10
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
I would not recommend combining --coverage and a sanitizer.