[flang-commits] [flang] [llvm] [Flang] Adding first lowering for the allocation and deallocation of coarrays (PR #182110)
Jean-Didier PAILLEUX via flang-commits
flang-commits at lists.llvm.org
Thu Apr 16 02:39:22 PDT 2026
JDPailleux wrote:
> program alloc_test
> integer, allocatable :: a2[:]
>
> allocate(a2[*])
> deallocate(a2)
> end program
Hi @ktras ? I can't reproduce this error on my side. Can we talk more on this during the PRIF call today ?
https://github.com/llvm/llvm-project/pull/182110
More information about the flang-commits
mailing list