[flang] Pointer assignment bounds, section subscript, substring
authorTim Keith <tkeith@nvidia.com>
Tue, 2 Apr 2019 22:36:20 +0000 (15:36 -0700)
committerTim Keith <tkeith@nvidia.com>
Tue, 2 Apr 2019 22:36:20 +0000 (15:36 -0700)
commit0f4ef956a91a556e9bf6092d41435364f682c62c
treeeb54d1a47f6fd66e7c93a27560bd54f1083278b0
parent06481a4eff42a3034a4ce6bf865faea91dffcb4d
[flang] Pointer assignment bounds, section subscript, substring

Resolve bounds in pointer assignment.
Remove TODOs for section-subscript and substring range.
Add tests that verify they are done.

Original-commit: flang-compiler/f18@dc2dd85a9a2b08ca906fd53d11faa2886863d4c4
Reviewed-on: https://github.com/flang-compiler/f18/pull/380
flang/lib/semantics/resolve-names.cc
flang/test/semantics/CMakeLists.txt
flang/test/semantics/resolve49.f90 [new file with mode: 0644]