[flang-commits] [PATCH] D113084: [flang] Add a semantics test for	co_broadcast
    Katherine Rasmussen via Phabricator via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu Jan  6 11:08:35 PST 2022
    
    
  
ktras added inline comments.
================
Comment at: flang/test/Semantics/collectives04.f90:43
+  ! two optional arguments not present
+  call co_broadcast(a=r, source_image=1,                            ) 
+  call co_broadcast(a=z,                 stat=status                )
----------------
Trailing comma in argument list should be removed
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113084/new/
https://reviews.llvm.org/D113084
    
    
More information about the flang-commits
mailing list