https://issues.dlang.org/show_bug.cgi?id=13775
--- Comment #6 from Steven Schveighoffer <[email protected]> --- 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. --
