[flang-commits] [PATCH] D126721: [flang] Add lcobound and ucobound to the list of intrinsics
Katherine Rasmussen via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Aug 23 12:02:07 PDT 2022
ktras updated this revision to Diff 454917.
ktras retitled this revision from "[flang] Add lcobound to the list of intrinsics and update test" to "[flang] Add lcobound and ucobound to the list of intrinsics".
ktras edited the summary of this revision.
ktras added a comment.
- Add `ucobound` to the list of intrinsics and update the semantics test with the `ERROR` directives and with more examples of valid and invalid code
- Add function to ensure that if the optional `dim` argument is present and statically checkable, its value is in the inclusive range of 1 and the `corank` of the `coarray` argument
- Add more examples of valid and invalid code to the semantics test for `lcobound`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126721/new/
https://reviews.llvm.org/D126721
Files:
flang/docs/Intrinsics.md
flang/lib/Evaluate/intrinsics.cpp
flang/test/Semantics/lcobound.f90
flang/test/Semantics/ucobound.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126721.454917.patch
Type: text/x-patch
Size: 16392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220823/1e15abe6/attachment-0001.bin>
More information about the flang-commits
mailing list