[PATCH] D126721: [flang] Add lcobound to the list of intrinsics and update test

Craig E Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 18:42:55 PDT 2022


craig.rasmussen requested changes to this revision.
craig.rasmussen added inline comments.
This revision now requires changes to proceed.


================
Comment at: flang/test/Semantics/lcobound.f90:10
+  real real_coarray[*]
+  logical non_integer, logical_coarray[*]
   integer, allocatable :: lcobounds(:)
----------------
How about testing for corank>1?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126721/new/

https://reviews.llvm.org/D126721



More information about the llvm-commits mailing list