[Issue 13952] change in struct ctor lowering triggers codegen bug
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Feb 1 17:24:27 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13952
--- Comment #3 from Martin Nowak <code at dawg.eu> ---
After spending yet another day on this :(, I finally found it.
It's a bug in Higgs that was triggered by the change to the struct literal
code.
https://github.com/higgsjs/Higgs/pull/177
I'm wondering why this worked before.
Was the struct previously fully initialized before calling the ctor, or did
this just work by accidentally?
Anyhow, I filed bug 14107 because this should never have compiled.
--
More information about the Digitalmars-d-bugs
mailing list