[all-commits] [llvm/llvm-project] b60021: [flang] Add a semantics test for co_max

Damian Rouson via All-commits all-commits at lists.llvm.org
Mon Dec 20 11:32:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b600215e80d0a490375c00662bd6e7fab9f22c43
      https://github.com/llvm/llvm-project/commit/b600215e80d0a490375c00662bd6e7fab9f22c43
  Author: Damian Rouson <rouson at lbl.gov>
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
    A flang/test/Semantics/collectives03.f90

  Log Message:
  -----------
  [flang] Add a semantics test for co_max

Test a range of acceptable forms of co_max calls, including
combinations of keyword and non-keyword actual arguments of
numeric types.  Also test that several invalid forms of
co_max call generate the correct error messages.

Reviewed By: ktras

Differential Revision: https://reviews.llvm.org/D113083




More information about the All-commits mailing list