[flang-commits] [PATCH] D135213: [flang] Clarify edge case of host association and generic interfaces

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Oct 4 15:05:48 PDT 2022


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

Name resolution was mishandling cases of generic interfaces and specific procedures
(sometimes complicatd by use of the same name for each) when the specific procedure
was accessed by means of host association; only the scope of the generic interface
definition was searched for the specific procedure.  Also search enclosing scopes
in the usual way.


https://reviews.llvm.org/D135213

Files:
  flang/lib/Semantics/resolve-names.cpp
  flang/test/Semantics/generic01.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135213.465189.patch
Type: text/x-patch
Size: 3507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221004/dca07a29/attachment-0001.bin>


More information about the flang-commits mailing list