llvm-project
189d89a9 - [flang] Ensure names resolve in DATA statement objects (#82825)

Commit
1 year ago
[flang] Ensure names resolve in DATA statement objects (#82825) When DATA statement objects have derived types obtained by implicit typing rules, their types aren't known until specification part processing is complete. In the case of a derived type, any component name in a designator may still be in need of name resolution. Take care of it in the deferred check visitor that runs at the end of name resolution in each specification and execution part. Fixes https://github.com/llvm/llvm-project/issues/82069.
Author
Parents
Loading