[PATCH] D78424: [flang] Added Semantic Checks for 2 Data constraints and fixed the semantic errors in 3 test cases
Anchu Rajendran S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 03:46:05 PDT 2020
anchu-rajendran updated this revision to Diff 264197.
anchu-rajendran marked an inline comment as done.
anchu-rajendran added a comment.
Reduced the use of state variables while handling `component`
Added code to check constraints on subscripts and restricted pointers inside subscript.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78424/new/
https://reviews.llvm.org/D78424
Files:
flang/include/flang/Semantics/tools.h
flang/lib/Evaluate/check-expression.cpp
flang/lib/Semantics/check-data.cpp
flang/lib/Semantics/resolve-names-utils.cpp
flang/lib/Semantics/tools.cpp
flang/test/Lower/pre-fir-tree02.f90
flang/test/Semantics/block-data01.f90
flang/test/Semantics/data01.f90
flang/test/Semantics/data03.f90
flang/test/Semantics/data04.f90
flang/test/Semantics/equivalence01.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78424.264197.patch
Type: text/x-patch
Size: 18041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/e6bb197f/attachment.bin>
More information about the llvm-commits
mailing list