[PATCH] D89611: [flang] Add name match checks for interface procedures
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 18 11:10:56 PDT 2020
PeteSteinfeld added inline comments.
================
Comment at: flang/test/Semantics/label11.f90:42
interface t7
end interface t8
type t17
----------------
tskeith wrote:
> There is supposed to be an error reported here too.
Wow, Tim. You have eagle eyes. For some reason, we were reporting this mismatch as a warning rather than an error. I'll fix the code and test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89611/new/
https://reviews.llvm.org/D89611
More information about the llvm-commits
mailing list