https://d.puremagic.com/issues/show_bug.cgi?id=12179

           Summary: [ICE](e2ir.c 1861) with array operation
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2014-02-15 06:46:57 PST ---
void foo(int[]) {}
void main() {
    int[1] a;
    (a[] * a[]).foo;
}


dmd 2.065beta3 gives:

Internal error: e2ir.c 1861

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

Reply via email to