https://issues.dlang.org/show_bug.cgi?id=17523

--- Comment #15 from Vladimir Panteleev <[email protected]> ---
(In reply to Walter Bright from comment #13)
>     printf("test1: opcode = 0x%x\n", opcode);

After adding this printf, the bug can no longer be reproduced.

Since that pointed at a codegen bug in the host compiler, I tried building DMD
with 2.074.1 (instead of Digger's default of 2.070.2 for Win64), and I can no
longer reproduce the bug either.

I'm going to bisect what caused the behaviour change, just to ensure that the
bug disappeared because of a codegen fix, and not because some random change
made it no longer manifest for that test case.

--

Reply via email to