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

           Summary: ICE: .values field of enum hash errors out
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: andrej.mitrov...@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2011-07-15 
10:12:14 PDT ---
DMD 2.054:

enum Foo = [0x01:221, 0x02:227];

void main()
{
    auto foo = Foo.values;
}

Internal error: e2ir.c 4888

This is not a regression. In 2.053 it's: Internal error: e2ir.c 4875.

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

Reply via email to