[flang-commits] [PATCH] D113084: [flang] Add a semantics test for co_broadcast

Damian Rouson via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Nov 4 17:34:10 PDT 2021


rouson updated this revision to Diff 384922.
rouson added a comment.

Fix procedure name in To Do list comment.


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

https://reviews.llvm.org/D113084

Files:
  flang/test/Semantics/collectives04.f90


Index: flang/test/Semantics/collectives04.f90
===================================================================
--- flang/test/Semantics/collectives04.f90
+++ flang/test/Semantics/collectives04.f90
@@ -1,7 +1,7 @@
 ! RUN: %python %S/test_errors.py %s %flang_fc1
 ! XFAIL: *
 ! Check for semantic errors in co_broadcast() subroutine calls
-! To Do: add co_reduce to the evaluation stage
+! To Do: add co_broadcast to the evaluation stage
 
 module test_co_broadcast
   implicit none


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113084.384922.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211105/30b8b42d/attachment.bin>


More information about the flang-commits mailing list