[flang-commits] [PATCH] D116133: [flang] Expand coverage of co_sum unit test

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jan 5 16:28:47 PST 2022


ktras added inline comments.


================
Comment at: flang/test/Semantics/collectives01.f90:43
+  ! two optional arguments not present
+  call co_sum(a=i, result_image=1,                            ) 
+  call co_sum(a=i,                 stat=status                )
----------------
There is a trailing comma in the argument list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116133



More information about the flang-commits mailing list