[all-commits] [llvm/llvm-project] 7995fa: [flang] Catch case of character array constructor ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jul 21 13:26:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7995fa2fd6c0663e71dece3600d2e842d9c31d62
https://github.com/llvm/llvm-project/commit/7995fa2fd6c0663e71dece3600d2e842d9c31d62
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M flang/lib/Semantics/expression.cpp
A flang/test/Semantics/array-constr-len.f90
Log Message:
-----------
[flang] Catch case of character array constructor with indeterminable length
F'2023 7.8 para 5 requires that an implied DO loop with no iterations
in a character array constructor should have items whose lengths are
constant expressions independent of the value of the implied DO loop
index.
Differential Revision: https://reviews.llvm.org/D155968
More information about the All-commits
mailing list