[Issue 21684] New: Assert fail for Win32 with a struct larger than 64k in size
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 7 01:25:38 UTC 2021
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 at puremagic.com
Reporter: bugzilla at digitalmars.com
struct S { int[100_000] a; }
assert fails in cgobj.d line 2754, because the object file format cannot handle
larger sizes.
--
More information about the Digitalmars-d-bugs
mailing list