Xavier Bouchoux 8c367ef99a codegen: fix access to byte-aligned nested packed struct elems
When acessing a packed struct member via a byte aligned ptr (from the optimisation in Sema.structFieldPtrByIndex())
the codegen must apply the parent ptr packed_offset in addition to the field offset itself.

resolves https://github.com/ziglang/zig/issues/16609
2023-07-29 18:16:13 +02:00
..
2023-07-28 19:27:08 -04:00
2023-07-26 19:02:02 -07:00
2023-06-25 14:51:03 -07:00
2023-07-26 16:49:32 -07:00