[flang-commits] [PATCH] D128468: [flang] Expand semantics test coverage of collective subroutines

Naje George via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jun 23 14:57:32 PDT 2022


ngeorge1098 created this revision.
ngeorge1098 added reviewers: ktras, rouson, pmccormick.
ngeorge1098 added projects: Flang, LLVM.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
ngeorge1098 requested review of this revision.

Add non-standard conforming calls that violate the intent(inout)
of errmsg argument for co_sum, co_max, co_min, and co_broadcast.
Add non-standard conforming calls that violate the argument
typing of errmsg argument for co_max, co_min, and co_broadcast.
Add standard conforming calls that reorder keyword arguments
for co_sum and co_reduce.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128468

Files:
  flang/test/Semantics/collectives01.f90
  flang/test/Semantics/collectives02.f90
  flang/test/Semantics/collectives03.f90
  flang/test/Semantics/collectives04.f90
  flang/test/Semantics/collectives05.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128468.439542.patch
Type: text/x-patch
Size: 4393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220623/471c39ff/attachment.bin>


More information about the flang-commits mailing list