llvm-project
1e19e1e1 - [flang] Catch untyped entities in interfaces with IMPLICIT NONE (#109018)

Commit
1 year ago
[flang] Catch untyped entities in interfaces with IMPLICIT NONE (#109018) The order of operations in name resolution wasn't converting named entities to objects by the time that they were subjected to the implicit typing rules in the case of interface blocks. This led to entities remaining untyped without error, leading to a crash in module file generation. Fixes https://github.com/llvm/llvm-project/issues/108975.
Author
Parents
Loading