[flang-commits] [flang] [flang] Fix RecordType sizes, TRANSFER lowering, and BIND(C) ABI on SystemZ/PPC64le (PR #220377)
via flang-commits
flang-commits at lists.llvm.org
Mon Sep 7 00:43:30 PDT 2026
================
@@ -31,6 +31,48 @@ page](https://llvm.org/releases/).
## Bug Fixes
+- Fixed `fir::getTypeSizeAndAlignment` returning the wrong allocation size for
+ **packed derived types** (`SEQUENCE` types compiled with `PACK` / LLVM
----------------
MattPD wrote:
Confirmed: The release note now identifies the packed-record producers.
https://github.com/llvm/llvm-project/pull/220377
More information about the flang-commits
mailing list