[flang-commits] [flang] [flang] Handle useless NAMELIST in interface block (PR #175214)

Miguel Saldivar via flang-commits flang-commits at lists.llvm.org
Fri Jan 9 10:46:19 PST 2026


================
@@ -9872,6 +9872,9 @@ void ResolveNamesVisitor::FinishSpecificationPart(
   misparsedStmtFuncFound_ = false;
   funcResultStack().CompleteFunctionResultType();
   CheckImports();
+  if (inInterfaceBlock()) {
----------------
Saldivarcher wrote:

That was a straightfoward fix :+1: 

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


More information about the flang-commits mailing list