[all-commits] [llvm/llvm-project] 982614: [flang] Warn about inconsistent external procedure...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 27 15:23:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 982614fa47e87ba6760907588f5021e1b6d5911c
https://github.com/llvm/llvm-project/commit/982614fa47e87ba6760907588f5021e1b6d5911c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/null-init.f90
M flang/test/Semantics/resolve24.f90
M flang/test/Semantics/resolve53.f90
M flang/test/Semantics/resolve62.f90
M flang/test/Semantics/resolve67.f90
Log Message:
-----------
[flang] Warn about inconsistent external procedure interfaces
When multiple scopes in a compilation define interfaces (explicit
or implicit) for an external procedure, warn when those interfaces
are inconsistent.
Differential Revision: https://reviews.llvm.org/D146574
More information about the All-commits
mailing list