[all-commits] [llvm/llvm-project] e5813a: [flang] Fix crashes on calls to non-procedures

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jun 16 12:49:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5813a683a81001d3853cb3d2b1397a11e98c1dd
      https://github.com/llvm/llvm-project/commit/e5813a683a81001d3853cb3d2b1397a11e98c1dd
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/resolve-names.cpp
    A flang/test/Semantics/call19.f90
    M flang/test/Semantics/resolve09.f90

  Log Message:
  -----------
  [flang] Fix crashes on calls to non-procedures

When a procedure reference is attempted to an entity that just
isn't a procedure, say so.

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




More information about the All-commits mailing list