[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 09:19:17 PST 2026


Saldivarcher wrote:

> error: Semantic errors in simple.f90
> ./simple.f90:8:32: error: Internal: no symbol found for 'array'
>          namelist /my_namelist / array, array_ptr
>                                  ^^^^^
> ./simple.f90:8:39: error: Internal: no symbol found for 'array_ptr'
>          namelist /my_namelist / array, array_ptr
>                                         ^^^^^^^^^

Here it is: https://github.com/llvm/llvm-project/issues/175207

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


More information about the flang-commits mailing list