Assignment statements need to check for array shape conformance
errors that are discernable at compilation time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132161
[flang] Compile-time checks for shape conformance on assignments ClosedPublic Authored by klausler on Aug 18 2022, 11:22 AM.
Details Summary Assignment statements need to check for array shape conformance
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2022, 1:56 PM Closed by commit rG75f9b189889a: [flang] Compile-time checks for shape conformance on assignments (authored by klausler). · Explain WhyAug 18 2022, 2:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 453805 flang/lib/Semantics/expression.cpp
flang/test/Lower/Intrinsics/matmul.f90
flang/test/Lower/array-constructor-2.f90
flang/test/Semantics/array-constr-values.f90
flang/test/Semantics/assign10.f90
|