[Bug gcov-profile/93725] [GCOV] inline attribute leads to incorrect code coverage for calling function with variable arguments

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 17 12:41:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93725

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-02-17
     Ever confirmed|0                           |1

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Well, va_arg + always_inline will lead to optimized out statements.
Not planning to fix it.


More information about the Gcc-bugs mailing list