[Issue 6324] New: ICE: .values field of enum hash errors out

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 15 10:17:27 PDT 2011


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: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at 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: -------


More information about the Digitalmars-d-bugs mailing list