https://issues.dlang.org/show_bug.cgi?id=13652
Issue ID: 13652
Summary: 2D Static Array Init produces wrong result (-m64/-m32)
Product: D
Version: D2
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1448
--> https://issues.dlang.org/attachment.cgi?id=1448&action=edit
Test case
The attached code produces an array which is initialized improperly when
compiled with:
dmd64 -m32 test.d
or
dmd32 -m64 test.d
--