[all-commits] [llvm/llvm-project] 2cd955: [flang] Allow local variables and function result ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue May 10 16:47:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cd95504df575d129b0c23327962695d47dc25fd
https://github.com/llvm/llvm-project/commit/2cd95504df575d129b0c23327962695d47dc25fd
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-05-10 (Tue, 10 May 2022)
Changed paths:
M flang/lib/Evaluate/check-expression.cpp
Log Message:
-----------
[flang] Allow local variables and function result inquiries in specification expressions
Inquiries into the bounds, size, and length of local variables (and function results)
are acceptable specification expressions. A recent change allowed them for dummy
arguments that are not OPTIONAL or INTENT(OUT), but didn't address other object
entities.
Differential Revision: https://reviews.llvm.org/D125343
More information about the All-commits
mailing list