[all-commits] [llvm/llvm-project] d3495f: [flang] Fix recent regression (proc. dummy arg on ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue May 25 10:37:46 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3495ffa5ebaa0956adce1574454b387769931f6
      https://github.com/llvm/llvm-project/commit/d3495ffa5ebaa0956adce1574454b387769931f6
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-05-25 (Tue, 25 May 2021)

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

  Log Message:
  -----------
  [flang] Fix recent regression (proc. dummy arg on ENTRY)

A recent fix for problems with ENTRY statement handling didn't
get the case of a procedure dummy argument on an ENTRY statement
in an executable part right; the code presumed that those dummy
arguments would be objects, not entities that might be objects or
procedures.  Fix.

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




More information about the All-commits mailing list