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

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


klausler 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.

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


More information about the flang-commits mailing list