[all-commits] [llvm/llvm-project] 2d5b85: [flang] Use IMPLICIT from scope of external functi...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Nov 11 12:12:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d5b850751789531d9c47e1ccc18f1ac8f9bac7a
      https://github.com/llvm/llvm-project/commit/2d5b850751789531d9c47e1ccc18f1ac8f9bac7a
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

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

  Log Message:
  -----------
  [flang] Use IMPLICIT from scope of external function reference

Implicitly typed references to external functions are applying
the IMPLICIT typing rules of the global scope in which their
symbols were created, not the IMPLICIT typing rules in force in
the scope from which they were referenced.

Differential revision: https://reviews.llvm.org/D91214




More information about the All-commits mailing list