June 22
https://issues.dlang.org/show_bug.cgi?id=24594

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@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

--
June 22
https://issues.dlang.org/show_bug.cgi?id=24594

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16611 "Fix bugzilla 24594 - ImportC: Packed struct has wrong layout" was merged into master:

- d02e12b8ddcf66d435265d443af34f8d3f25faaf by Tim Schendekehl:
  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

--