[Issue 13775] Broken explicit casting of dynamic array slices of known size to static array of different type
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Dec 2 05:32:56 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13775
--- Comment #6 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Usually ICE errors are either seg-faults or marked as ICE.
"Intentional" ICE, that is, those caught by the compiler asserts print the DMD
source line. Look through the code just in the e2ir.c file.
This clearly is not *intended* to be an ICE, even if it is technically one (and
of that I'm not sure).
But the error message needs to be changed regardless, the "e2ir" in the message
is not helpful.
--
More information about the Digitalmars-d-bugs
mailing list