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

           Summary: Code takes longer than it should to compile
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Michael M <[email protected]> 2014-04-05 08:29:57 PDT 
---
Test case below
_____________________________
enum SIZE = 0x10000;

struct a {
    int member;
}

struct b {
    a[SIZE] array;
}

void main(){}

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

Reply via email to