Wrong stats of `pragma(inline, true)`-functions when compiling with `-cov` flag

Per Nordlöw per.nordlow at gmail.com
Sun Aug 2 12:50:33 UTC 2020


On Sunday, 2 August 2020 at 12:06:48 UTC, Stefan Koch wrote:
> Well the inliner is now active even without the inline flag.
>
> If you use an older compiler the issue goes away.

AFAICT, inlining triggered by

     pragma(inline, true);

should be disabled when the `-cov` flag is given.

Right?


More information about the Digitalmars-d mailing list