Items in NAMELIST groups might be host-associated implicitly-typed
variables, but name resolution can't know that when the NAMELIST
appears in a specification part and the host's execution part has
not yet been analyzed. So defer NAMELIST group item name resolution
to the end of the execution part. This is safe because nothing
else in name resolution depends on whether a variable is in a
NAMELIST group or not.
Details
Details
- Reviewers
vdonaldson - Commits
- rG7c71ce97e7be: [flang] Defer NAMELIST group item name resolution
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo