[all-commits] [llvm/llvm-project] f862d8: [flang] Check shape conformance on initializers
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Aug 31 16:27:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f862d858076ff861048c8f259fac575c0a4e1a6a
https://github.com/llvm/llvm-project/commit/f862d858076ff861048c8f259fac575c0a4e1a6a
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M flang/lib/Evaluate/check-expression.cpp
M flang/lib/Evaluate/shape.cpp
M flang/lib/Evaluate/tools.cpp
M flang/lib/Semantics/check-declarations.cpp
M flang/lib/Semantics/check-declarations.h
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/pointer-assignment.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/type.cpp
M flang/test/Evaluate/folding08.f90
M flang/test/Semantics/init01.f90
M flang/test/Semantics/select-rank.f90
M flang/test/Semantics/structconst02.f90
Log Message:
-----------
[flang] Check shape conformance on initializers
Specifically, ensure that initializers conform with their objects
according to 8.2 para 4.
Differential Revision: https://reviews.llvm.org/D86886
More information about the All-commits
mailing list