[PATCH] D82903: [flang] Bug fix for ambiguous references to data and functions
Tim Keith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 11:54:39 PDT 2020
tskeith added inline comments.
================
Comment at: flang/lib/Semantics/resolve-names.cpp:6300
+ if (const parser::Name * name{std::get_if<parser::Name>(&elem.base.u)}) {
+ resolver_.NoteExecutablePartArrayElement(*name);
+ }
----------------
Do you have an example where this is needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82903/new/
https://reviews.llvm.org/D82903
More information about the llvm-commits
mailing list