[all-commits] [llvm/llvm-project] 5718a4: [flang] Catch insufficient actual elements/charact...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 1 13:32:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5718a4256be0b357a6493a875f57ce4ff0f76459
https://github.com/llvm/llvm-project/commit/5718a4256be0b357a6493a875f57ce4ff0f76459
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
M flang/include/flang/Evaluate/fold-designator.h
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Evaluate/fold-designator.cpp
M flang/lib/Semantics/check-call.cpp
M flang/test/Semantics/call33.f90
A flang/test/Semantics/call38.f90
M flang/test/Semantics/ignore_tkr01.f90
Log Message:
-----------
[flang] Catch insufficient actual elements/characters associated with longer dummy argument
Check for cases of storage sequence association in which an element or
substring is an actual argument associated with a dummy argument array
that can be detected as being larger than the remaining elements or characters
in the actual argument's storage sequence.
Differential Revision: https://reviews.llvm.org/D156757
More information about the All-commits
mailing list