[Issue 19320] -cov and -O yield variable used before set
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 23 01:24:37 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=19320
Luís Ferreira <lsferreira169 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lsferreira169 at gmail.com
--- Comment #3 from Luís Ferreira <lsferreira169 at gmail.com> ---
By adding a asm block with a `nop` instruction to the affected scope, the
compiler optimizer will give up searching:
asm { nop; }
--
More information about the Digitalmars-d-bugs
mailing list