http://d.puremagic.com/issues/show_bug.cgi?id=10579

           Summary: regression 062=>063: Cannot interpret TypeInfo at
                    compile time
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-07-08 19:42:14 PDT ---
dmd main.d
---- main.d:
void main(){
  pragma(msg,typeid(int).toString);
}
----

v2.063.2
Assertion failed: (thisval && thisval->op == TOKclassreference), function
interpret, file interpret.c, line 4067.

v2.062
Error: Cannot interpret & D10TypeInfo_i6__initZ at compile time
& D10TypeInfo_i6__initZ.toString()

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

Reply via email to