[PATCH] D113086: [flang] Add a semantics test for co_reduce

Damian Rouson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 11:56:51 PST 2021


rouson marked an inline comment as done.
rouson added inline comments.


================
Comment at: flang/test/Semantics/collectives05.f90:94
+  !ERROR: (message to be determined)
+  call co_reduce(i, type_mismatch)
+
----------------
ekieri wrote:
> This function is not defined.
@ekieri I deleted the line of code that contained the undefined function.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113086/new/

https://reviews.llvm.org/D113086



More information about the llvm-commits mailing list