[flang-commits] [flang] [llvm] [Flang] Adding lowering for the allocation and deallocation of coarrays (PR #182110)
Dan Bonachea via flang-commits
flang-commits at lists.llvm.org
Mon Apr 13 10:47:19 PDT 2026
bonachea wrote:
@JDPailleux please update the PR description to reflect the additional functionality caveats:
1. Does not yet handle non-`ALLOCATABLE` `SAVE` coarrays outside the scoping unit of the main program (e.g. non-`ALLOCATABLE` coarrays declared in a module or a procedure)
2. Does not yet handle coarray dummy arguments
3. Does not yet handle finalization of coarrays
https://github.com/llvm/llvm-project/pull/182110
More information about the flang-commits
mailing list