[all-commits] [llvm/llvm-project] 98d1d5: [flang] Fix bogus error under IMPLICIT NONE(EXTERNAL)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu May 18 11:53:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98d1d528d109efd4ed13aaceb6ac31d3f5f24413
https://github.com/llvm/llvm-project/commit/98d1d528d109efd4ed13aaceb6ac31d3f5f24413
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/implicit07.f90
Log Message:
-----------
[flang] Fix bogus error under IMPLICIT NONE(EXTERNAL)
Don't emit an error message for a possible implicit use of an
external procedure when it is known that the symbol is not
a procedure (e.g., an array).
Fixes https://github.com/llvm/llvm-project/issues/62047
Differential Revision: https://reviews.llvm.org/D150789
More information about the All-commits
mailing list