[all-commits] [llvm/llvm-project] be7681: [flang] Refine handling of short character actual ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon May 9 15:40:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be768164a7837bcb87cb6409731d23dc2c00dcfe
https://github.com/llvm/llvm-project/commit/be768164a7837bcb87cb6409731d23dc2c00dcfe
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call03.f90
Log Message:
-----------
[flang] Refine handling of short character actual arguments
Actual arguments whose lengths are less than the expected length
of their corresponding dummy argument are errors; but this needs
to be refined. Short actual arguments that are variables remain
errors, but those that are expressions can be (again) extended on
the right with blanks.
Differential Revision: https://reviews.llvm.org/D125115
More information about the All-commits
mailing list