[Issue 12525] New: Code takes longer than it should to compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 5 08:30:17 PDT 2014


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: nobody at puremagic.com
        ReportedBy: michaelpm394 at gmail.com


--- Comment #0 from Michael M <michaelpm394 at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list