[flang-commits] [flang] [flang][OpenMP] Make static duration variables default to shared DSA (PR #142783)
Kajetan Puchalski via flang-commits
flang-commits at lists.llvm.org
Thu Jun 5 08:29:24 PDT 2025
mrkajetanp wrote:
I've checked the other cases. Variables with SAVE and common block objects do not actually have any Symbol flags set on them as things stand, so with the patch as-is they will not be shared. Should the approach then be to always determine whether the symbol has static storage duration and if so make it shared? I think that'd require adding some more plumbing to pass the information down to semantics.
https://github.com/llvm/llvm-project/pull/142783
More information about the flang-commits
mailing list