[all-commits] [llvm/llvm-project] c1becf: [flang] Add a semantics test for co_sum
Damian Rouson via All-commits
all-commits at lists.llvm.org
Wed Nov 17 16:39:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1becf483c9f00b9465a999766a1505e2f4ea0be
https://github.com/llvm/llvm-project/commit/c1becf483c9f00b9465a999766a1505e2f4ea0be
Author: Damian Rouson <damian at sourceryinstitute.org>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
A flang/test/Semantics/collectives01.f90
Log Message:
-----------
[flang] Add a semantics test for co_sum
Test a range of acceptable forms of co_sum calls, including
combinations of keyword and non-keyword actual arguments of
numeric types. Also test that several invalid forms of
co_sum call generate the correct error messages.
Reviewed By: kiranchandramohan, ktras
Differential Revision: https://reviews.llvm.org/D113076
More information about the All-commits
mailing list