[Issue 24594] ImportC: Packed struct has wrong layout
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 22 11:48:56 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24594
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@tim-dlang created dlang/dmd pull request #16611 "Fix bugzilla 24594 - ImportC:
Packed struct has wrong layout" fixing this issue:
- Fix bugzilla 24594 - ImportC: Packed struct has wrong layout
Packed structs were already implemented with the Microsoft syntax
(e.g. `#pragma pack(push, 1)`), but the GCC syntax was ignored.
https://github.com/dlang/dmd/pull/16611
--
More information about the Digitalmars-d-bugs
mailing list