[flang-commits] [flang] [flang][OpenMP] Detect conflicting data-sharing clauses for common blocks (PR #213913)
via flang-commits
flang-commits at lists.llvm.org
Mon Aug 17 23:55:46 PDT 2026
ejose02 wrote:
@kparzysz , Thanks for the review.
I have addressed all the concerns. Removed the HostAssoc unwrap (since GetUltimate() already handles it) and simplified the common-block member loops to use *object directly. You're right that objects() holds the original COMMON symbols in the same scoping unit, so GetUltimate() wasn't needed there.
https://github.com/llvm/llvm-project/pull/213913
More information about the flang-commits
mailing list