[all-commits] [llvm/llvm-project] 53bf28: [flang] Track CHARACTER length better in TypeAndShape
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 6 08:52:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 53bf28b80cf9fec53c807922b19e0af2832dfeba
https://github.com/llvm/llvm-project/commit/53bf28b80cf9fec53c807922b19e0af2832dfeba
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Evaluate/shape.cpp
M flang/lib/Semantics/check-call.cpp
Log Message:
-----------
[flang] Track CHARACTER length better in TypeAndShape
CHARACTER length expressions were not always being
captured or computed as part of procedure "characteristics",
leading to test failures due to an inability to compute
memory size expressions accurately.
Differential revision: https://reviews.llvm.org/D88689
More information about the All-commits
mailing list