www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21684] New: Assert fail for Win32 with a struct larger than

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: nobody puremagic.com
          Reporter: bugzilla digitalmars.com

struct S { int[100_000] a; }

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

--
Mar 06 2021