[all-commits] [llvm/llvm-project] 1e082a: [flang] Fix result type of "procedure(abs) :: f"
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Mar 2 11:11:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e082a4a9c2d5b3dba06561bc3a3764c4cdc0d25
https://github.com/llvm/llvm-project/commit/1e082a4a9c2d5b3dba06561bc3a3764c4cdc0d25
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/procinterface01.f90
Log Message:
-----------
[flang] Fix result type of "procedure(abs) :: f"
Name resolution was properly probing the table of unrestricted
specific intrinsics to find "abs", but failing to capture the
result type and save it in the created symbol table entry.
Differential Revision: https://reviews.llvm.org/D120749
More information about the All-commits
mailing list