[all-commits] [llvm/llvm-project] 016d5a: [flang] Strengthen conformance requirements for al...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Feb 14 09:13:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 016d5a0a0a15d8eb8c04d0bb7e4ff77406f1a42f
https://github.com/llvm/llvm-project/commit/016d5a0a0a15d8eb8c04d0bb7e4ff77406f1a42f
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call05.f90
Log Message:
-----------
[flang] Strengthen conformance requirements for allocatable/pointer dummy arguments
There's several sets of circumstances in which a scalar actual argument can be
associated with a dummy argument array in Fortran, but they apply only to "ordinary"
dummy arguments, not those that are allocatables or pointers.
Differential Revision: https://reviews.llvm.org/D143836
More information about the All-commits
mailing list