[Issue 17523] Sporadic ICEs with inline asm
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 28 14:50:33 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17523
--- Comment #18 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
(In reply to Vladimir Panteleev from comment #15)
> 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.
Done. Bisecting the version to bootstrap DMD really put Digger to the test, and
I needed to make some upgrades :)
The bug was fixed in this PR:
https://github.com/dlang/dmd/pull/5924
It does seem to be a fix in the backend, but it fixes an ICE, not resulting
codegen. Does that make sense to you?
--
More information about the Digitalmars-d-bugs
mailing list