[all-commits] [llvm/llvm-project] e6d291: [flang] Expand semantics test coverage of collecti...
ngeorge1098 via All-commits
all-commits at lists.llvm.org
Thu Jun 30 14:34:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6d29161fb2e49127cdc7428450b79839bd4ff4d
https://github.com/llvm/llvm-project/commit/e6d29161fb2e49127cdc7428450b79839bd4ff4d
Author: Naje George <najegeorge at lbl.gov>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M flang/test/Semantics/collectives01.f90
M flang/test/Semantics/collectives02.f90
M flang/test/Semantics/collectives03.f90
M flang/test/Semantics/collectives04.f90
M flang/test/Semantics/collectives05.f90
Log Message:
-----------
[flang] Expand semantics test coverage of collective subroutines
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.
Reviewed By: ktras
Differential Revision: https://reviews.llvm.org/D128468
More information about the All-commits
mailing list