dmd/compiler
drpriver 6c3860ef32
ImportC: Fix interaction of aligned and packed structs (#21204)
Previous iteration of this did not properly account for the interaction
of aligned and packed and would even segfault on a null access in such
a case. This version properly handles that interaction by aligning the
struct itself instead of the first member and not forcing the struct
alignment to 1 if it is packed.
2025-04-13 06:55:56 +08:00
..
docs
ini
src ImportC: Fix interaction of aligned and packed structs (#21204) 2025-04-13 06:55:56 +08:00
test ImportC: Fix interaction of aligned and packed structs (#21204) 2025-04-13 06:55:56 +08:00
tools Update copyright years to 2025 (#20958) 2025-03-06 18:17:32 +08:00