[Issue 13810] ICE in e2ir does not assert
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Dec 30 23:28:59 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13810
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #1 from yebblies <yebblies at gmail.com> ---
> "minor ICE" whatever that means
It means that it should never happen, and it's a bug in the compiler, but the
error is correct and gives the correct message/location info. If coming from
e2ir, it means the error wasn't detected during semantic analysis and instead
got detected during codegen, which causes problems for the non-dmd backends and
the interpreter as they will have to re-implement the missing check.
--
More information about the Digitalmars-d-bugs
mailing list