[flang-commits] [PATCH] D134398: [flang] Don't resolve names in derived type definitions to generics

Slava Zakharin via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Sep 21 22:20:04 PDT 2022


vzakhari accepted this revision.
vzakhari added a comment.
This revision is now accepted and ready to land.

Thank you for the test!  If I understand it correctly, this allows resolving `foo` inside `ext` to the module's subroutine `foo` rather than to the generic identifier `foo` inside `base`.
LGTM


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134398/new/

https://reviews.llvm.org/D134398



More information about the flang-commits mailing list