[flang-commits] [flang] [flang] Do not error when `NAMELIST` found within interface body (PR #175079)

Miguel Saldivar via flang-commits flang-commits at lists.llvm.org
Fri Jan 9 08:54:49 PST 2026


Saldivarcher wrote:

> The crash arises from the fact that name resolution defers processing of NAMELIST groups to the end of the executable part of a program or subprogram (so that host association vs local implicitly-typed object don't conflict), and interface blocks don't have an executable part, so the group's names never acquire symbols. I'll fix it.

Ok, I'll close this PR, thanks @klausler! 

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


More information about the flang-commits mailing list