[PATCH] D123331: Expand coverage of this_image semantics testing

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 08:42:27 PDT 2022


klausler added inline comments.


================
Comment at: flang/test/Semantics/this_image02.f90:30
+  n = this_image(team_coarray, team=home)
+  n = this_image(team_coarray[1], team=home)
+  n = this_image(coarray=co_array, team=home)
----------------
ktras wrote:
> The implementation of `this_image` does not currently support this call, so please add the following error message before it.
> `!ERROR: missing mandatory 'dim=' argument`
> 
Don't change tests to match buggy behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123331



More information about the llvm-commits mailing list