https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97919
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Invalid because __inline__ __attribute__((always_inline)) leads to an optimized code. Please do not use it if you want to have precise coverage information.