[all-commits] [llvm/llvm-project] 2f581b: [flang] Add a semantics test for co_reduce
Damian Rouson via All-commits
all-commits at lists.llvm.org
Mon Dec 20 10:50:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f581b380a41e12d88e625fe534e1fa7fc3c7051
https://github.com/llvm/llvm-project/commit/2f581b380a41e12d88e625fe534e1fa7fc3c7051
Author: Damian Rouson <rouson at lbl.gov>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
A flang/test/Semantics/collectives05.f90
Log Message:
-----------
[flang] Add a semantics test for co_reduce
Test a range of acceptable forms of co_reduce calls, including
combinations of keyword and non-keyword actual arguments of
numeric types. Also test that several invalid forms of
co_reduce call generate the correct error messages.
Reviewed By: kiranchandramohan, ktras, ekieri
Differential Revision: https://reviews.llvm.org/D113086
More information about the All-commits
mailing list