[Issue 16523] [ICE] Internal error: backend/symbol.c 1031
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Sep 21 15:33:08 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16523
--- Comment #3 from uplink.coder at googlemail.com ---
dmds source suggests that variables are allowed in switch-statements,
and that codegen should just generate an if-else-chain in this case.
I think allowing non-static cases is going to be a bugfest, down the road and
we should think hard about this behavior.
--
More information about the Digitalmars-d-bugs
mailing list