[all-commits] [llvm/llvm-project] 54d19b: [flang] Fix crash: ENTRY with generic interface of...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Mar 22 11:10:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54d19ba2084ca366b99b95ed22a6862819c55c49
      https://github.com/llvm/llvm-project/commit/54d19ba2084ca366b99b95ed22a6862819c55c49
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

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

  Log Message:
  -----------
  [flang] Fix crash: ENTRY with generic interface of the same name

Name resolution was crashing while processing the ENTRY statement
due to a lack of special-case code necessary to handle the indirection
needed when the generic has the same name as the ENTRY.

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




More information about the All-commits mailing list