https://issues.dlang.org/show_bug.cgi?id=13613
Issue ID: 13613
Summary: Pragma msg affects data structure layout
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: major
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
Created attachment 1446
--> https://issues.dlang.org/attachment.cgi?id=1446&action=edit
Test case
Compile & run the test case with & without the msg pragma enabled.
It crashes at different places with 2.065 and 2.066.
The bug doesn't seem to affect LDC.
--