← Back to index
|
Original Bugzilla link
Bug 13613 – Pragma msg affects data structure layout
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-10-13T19:16:00Z
Last change time
2015-02-18T03:39:08Z
Keywords
pull, wrong-code
Assigned to
nobody
Creator
safety0ff.bugz
Attachments
ID
Filename
Summary
Content-Type
Size
1446
test.d
Test case
text/x-dsrc
967
Comments
Comment #0
by safety0ff.bugz — 2014-10-13T19:16:10Z
Created attachment 1446 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.
Comment #1
by k.hara.pg — 2014-11-02T02:54:29Z
https://github.com/D-Programming-Language/dmd/pull/4106
Comment #2
by github-bugzilla — 2014-11-03T03:43:41Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/9421ce8d2ab8c362de37789789357c2e2fbdf919
fix Issue 13613 - Pragma msg affects data structure layout
https://github.com/D-Programming-Language/dmd/commit/40bf88fc272de5338c780b33e7b71ac2cfd9f044
Merge pull request #4106 from 9rnsr/fix13613 Issue 13613 - Pragma msg affects data structure layout
Comment #3
by github-bugzilla — 2015-02-18T03:39:08Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/9421ce8d2ab8c362de37789789357c2e2fbdf919
fix Issue 13613 - Pragma msg affects data structure layout
https://github.com/D-Programming-Language/dmd/commit/40bf88fc272de5338c780b33e7b71ac2cfd9f044
Merge pull request #4106 from 9rnsr/fix13613