[all-commits] [llvm/llvm-project] 11d07d: [flang] Handle separate module procedures with INT...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Oct 16 17:08:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11d07d9ef618497b825badee8b4f06a48575606b
https://github.com/llvm/llvm-project/commit/11d07d9ef618497b825badee8b4f06a48575606b
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M flang/lib/Semantics/resolve-names-utils.cpp
A flang/test/Semantics/separate-mp05.f90
Log Message:
-----------
[flang] Handle separate module procedures with INTERFACE dummy arguments (#67608)
The code that duplicates the interface of a separate module procedure
into its definition doesn't allow for a dummy procedure with an explicit
INTERFACE declaration. Extend the code to handle this case.
Fixes https://github.com/llvm/llvm-project/issues/66631.
More information about the All-commits
mailing list