Files
clang-p2996/flang/lib/Semantics/check-declarations.cpp
Peter Klausler 1c900ed373 [flang] Catch error: COMMON block and implicit interface external subprogram with same name
Declaration checking catches the error of a COMMON block and a subprogram
definition having the same name, but misses the case of a COMMON block
and an a reference to an external subprogram with an implicit interface.
Fix.  Fixes bug https://github.com/llvm/llvm-project/issues/63247.

Differential Revision: https://reviews.llvm.org/D153786
2023-06-27 13:18:30 -07:00

138 KiB