https://issues.dlang.org/show_bug.cgi?id=13775

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice                         |
                 CC|                            |[email protected]

--- Comment #4 from Steven Schveighoffer <[email protected]> ---
Is this really an ICE? Usually an ICE shows a DMD source line number where the
assert happened, or a seg fault.

This looks more like a standard error message, although the "e2ir" is out of
place.

I found the error message, it doesn't look like an ICE to me, just a bad error
message:

https://github.com/D-Programming-Language/dmd/blob/master/src/e2ir.c#L4428

Looking through history, that message has been that way for a long time.

Clearly, it's a regression, and rejects-valid, but not ICE.

--

Reply via email to