[flang-commits] [flang] [flang][OpenACC] Relax COMMON block usage restriction in OpenACC directives (PR #162659)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu Oct 16 13:05:47 PDT 2025
================
@@ -283,6 +305,7 @@ class Scope {
std::list<Scope> children_;
mapType symbols_;
mapType commonBlocks_;
+ mapType commonBlockUses_; // USE-assocated COMMON blocks
----------------
klausler wrote:
Is this data member necessary for correctness?
https://github.com/llvm/llvm-project/pull/162659
More information about the flang-commits
mailing list