[all-commits] [llvm/llvm-project] c1a024: [flang] Emit error about missing interface when ne...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jun 3 15:20:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1a024053d3b80a62bd65971fe9ac09539dea5ae
https://github.com/llvm/llvm-project/commit/c1a024053d3b80a62bd65971fe9ac09539dea5ae
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M flang/lib/Semantics/expression.cpp
M flang/test/Semantics/resolve09.f90
Log Message:
-----------
[flang] Emit error about missing interface when needed
When a procedure pointer with no interface is called by a
function reference, complain about the lack.
Differential Revision: https://reviews.llvm.org/D103573
More information about the All-commits
mailing list