[all-commits] [llvm/llvm-project] 9114ce: [flang] Take character function length into accoun...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Dec 3 12:35:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9114ce4d1da94da82e1528cd0fa0500c14169c8e
https://github.com/llvm/llvm-project/commit/9114ce4d1da94da82e1528cd0fa0500c14169c8e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M flang/lib/Evaluate/characteristics.cpp
M flang/test/Semantics/call25.f90
Log Message:
-----------
[flang] Take character function length into account when testing compatibility
When a character-valued function is passed as an actual argument, and both
the actual function and the dummy argument have explicit result lengths, take them
into account when testing for compatibility.
Differential Revision: https://reviews.llvm.org/D139129
More information about the All-commits
mailing list