[flang-commits] [PATCH] D123331: Expand coverage of this_image	semantics testing
    Katherine Rasmussen via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon May  2 17:29:59 PDT 2022
    
    
  
ktras 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)
----------------
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`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123331/new/
https://reviews.llvm.org/D123331
    
    
More information about the flang-commits
mailing list