[PATCH] D92492: [flang] Fix bugs related to merging generics during USE
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 2 15:13:07 PST 2020
tskeith added inline comments.
================
Comment at: flang/lib/Semantics/check-declarations.cpp:1903
+ } else {
+ msg = &context_.Say(*GetTopLevelUnitContaining(proc1).GetName(),
+ "USE-associated generic '%s' may not have specific procedures '%s' and"
----------------
PeteSteinfeld wrote:
> It would be good to have a test the produces this message.
This error occurs on line 196 of resolve17.f90.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92492/new/
https://reviews.llvm.org/D92492
More information about the llvm-commits
mailing list