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

           Summary: [ICE] forward reference in enum declaration members
                    causes compiler segfault
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Kenji Hara <[email protected]> 2013-04-06 11:20:26 PDT ---
Test case:

enum
{
    a = b, //Segfault!
    b
}
void main() {}

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

Reply via email to