[flang-commits] [PATCH] D123747: Test conforming & non-conforming lcobound intrinsic function semantics
Katherine Rasmussen via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Apr 14 09:43:22 PDT 2022
ktras requested changes to this revision.
ktras added a comment.
This revision now requires changes to proceed.
Since `lcobound` is not yet implemented, please remove the `TBD` error messages and add the one error message I mention in the code. Thanks.
================
Comment at: flang/test/Semantics/lcobound.f90:12
+ !___ standard-conforming statement with no optional arguments present ___
+ n = lcobound(co_array)
+ n = lcobound(coarray=co_array)
----------------
Please add `!ERROR: No explicit type declared for 'lcobound'` before line 12.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123747/new/
https://reviews.llvm.org/D123747
More information about the flang-commits
mailing list