[flang-commits] [flang] [Flang][OpenMP] Fix interop-var handling and diagnostics (#203959) (PR #211693)

Sunil Shrestha via flang-commits flang-commits at lists.llvm.org
Fri Jul 24 15:49:18 PDT 2026


================
@@ -5978,6 +5978,48 @@ void OmpStructureChecker::Enter(const parser::OpenMPInteropConstruct &x) {
   bool hasInitClause{false};
   int targetCount{0}, targetSyncCount{0};
   std::set<const Symbol *> objectSymbolList;
----------------
sshrestha-aa wrote:

@Saieiei , thanks for catching this.

https://github.com/llvm/llvm-project/pull/211693


More information about the flang-commits mailing list