[Issue 14214] Internal error: backend/go.c 242
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jan 3 14:29:28 PST 2017
https://issues.dlang.org/show_bug.cgi?id=14214
--- Comment #5 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
the core issue is that optimizer is failed to distinguish comma expressions
from enumerations, so it sees huge enumeration as alot of comma-expressions,
tries to optimize that and fails. in my hackfix i just made optimizer to give
up if it sees "alot of commas".
--
More information about the Digitalmars-d-bugs
mailing list