[all-commits] [llvm/llvm-project] ce6dd9: [flang] Fix analyzed form of type-bound assignment

Tim Keith via All-commits all-commits at lists.llvm.org
Mon Sep 14 10:00:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6dd973ac556a326c38bd7667b4fb448f215d09
      https://github.com/llvm/llvm-project/commit/ce6dd973ac556a326c38bd7667b4fb448f215d09
  Author: Tim Keith <tkeith at nvidia.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M flang/lib/Semantics/expression.cpp
    A flang/test/Semantics/defined-ops.f90

  Log Message:
  -----------
  [flang] Fix analyzed form of type-bound assignment

Change the analyzed form of type-bound assignment to match that of call
statements. Resolve the binding name to a specific subprogram when
possible by using `GetBindingResolution`. Otherwise leave it as a
type-bound procedure call.

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




More information about the All-commits mailing list