[flang-commits] [flang] [flang] Fix exposed "free" instances of ac-implied-do indices (PR #178516)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Fri Jan 30 08:05:59 PST 2026


================
@@ -358,13 +394,15 @@ class IsInitialDataTargetHelper
     return false;
   }
 
-  parser::ContextualMessages *messages_;
+  parser::ContextualMessages *messages_{nullptr};
+  const FoldingContext *context_{nullptr};
   bool emittedMessage_{false};
+  std::set<parser::CharBlock> acImpliedDos_;
----------------
klausler wrote:

Not any more; will clean it up.

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


More information about the flang-commits mailing list