[all-commits] [llvm/llvm-project] f348f3: [flang] Fix GetHostProcedure() for main program

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Sep 7 09:15:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f348f30d6fe9898e1789657dda1e30d6243abd58
      https://github.com/llvm/llvm-project/commit/f348f30d6fe9898e1789657dda1e30d6243abd58
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M flang/lib/Semantics/resolve-names.cpp

  Log Message:
  -----------
  [flang] Fix GetHostProcedure() for main program

It only worked for internal procedures of subprograms,
but must also allow for internal procedures of the
main program.  This broke the use of host-associated
implicitly-typed symbols in specification expressions
of internal procedures.

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




More information about the All-commits mailing list