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

           Summary: Internal error "e2ir.c 4629" when trying to foreach
                    over a compile time assoc array
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: juan...@gmail.com


--- Comment #0 from Juanjo Alvarez <juan...@gmail.com> 2010-10-04 12:12:43 PDT 
---
Minimal test case, using DMD 2.0.49 on Linux (32 bits compiler on a 64 bits
machine & OS):

enum dict = ["key1": "value1"];

void main() {
    foreach(key, value; dict) {}
}

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

Reply via email to