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

           Summary: [ICE] with possible forward reference error
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: bearophile_h...@eml.cc


--- Comment #0 from bearophile_h...@eml.cc 2012-02-24 11:10:24 PST ---
D2 code:

struct Foo {
    Spam x;
    alias int[int] Spam;
    Spam bar() {
        return x;
    }
}
void main() {
    foreach (y; Foo().bar()) {}
}


DMD 2.059head crashes.

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

Reply via email to