[all-commits] [llvm/llvm-project] 9895ba: [flang] Cope with specific procedures with same na...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Feb 10 17:30:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9895ba86a842bfea10c731ed6c5ed05d77e30d91
      https://github.com/llvm/llvm-project/commit/9895ba86a842bfea10c731ed6c5ed05d77e30d91
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M flang/lib/Semantics/expression.cpp

  Log Message:
  -----------
  [flang] Cope with specific procedures with same name as generic

When accessing a specific procedure of a USE-associated generic
interface, we need to allow for the case in which that specific
procedure has the same name as the generic when testing for
its availability in the current scope.

Differential Revision: https://reviews.llvm.org/D96467




More information about the All-commits mailing list