[flang-commits] [flang] [Flang][OpenMP] Fix implicit symbol resolution for USE-renamed arrays (PR #189215)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Apr 2 02:44:15 PDT 2026
================
@@ -2095,7 +2104,7 @@ void OmpAttributeVisitor::ResolveSeqLoopIndexInParallelOrTaskConstruct(
}
// If this symbol already has a data-sharing attribute then there is nothing
// to do here.
- if (const Symbol * symbol{iv.symbol}) {
+ if (const Symbol *symbol{iv.symbol}) {
----------------
kiranchandramohan wrote:
Nit: unrelated formatting change.
https://github.com/llvm/llvm-project/pull/189215
More information about the flang-commits
mailing list