[Issue 11485] [e2ir] Error in e2ir at numeric/bool to class/interface cast

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 9 11:51:27 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11485


Maxim Fomin <maxim at maxim-fomin.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice                         |
                 CC|                            |maxim at maxim-fomin.ru


--- Comment #1 from Maxim Fomin <maxim at maxim-fomin.ru> 2013-11-09 11:51:25 PST ---
First of all, the issue is likely to be resolved-invalid because idea of
conversion (even explicit) from int to class is bogus: such cast cannot produce
any meaningfull value. In D there is no boxing like in C#.

Secondly, this is not an ICE. ICE is a compiler crash and internal error
message in a sence of failed assertions. Rejects-valid is a more appropriate
tag.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list