[Issue 15724] CTFE internal error: determining classinfo

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 5 06:53:13 PDT 2017


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

ag0aep6g at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g at gmail.com

--- Comment #1 from ag0aep6g at gmail.com ---
Reduced test case:

----
enum e = typeid(null) == typeid(long);
----

Error message:

----
/home/d/dmd2/linux/bin64/../../src/druntime/import/object.d(147): Error: CTFE
internal error: determining classinfo
test.d(1):        called from here: opEquals(typeid(typeof(null)),
typeid(long))
----

--


More information about the Digitalmars-d-bugs mailing list