https://issues.dlang.org/show_bug.cgi?id=21684

          Issue ID: 21684
           Summary: Assert fail for Win32 with a struct larger than 64k in
                    size
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

struct S { int[100_000] a; }

assert fails in cgobj.d line 2754, because the object file format cannot handle
larger sizes.

--

Reply via email to