[flang-commits] [PATCH] D113084: [flang] Add a semantics test for co_broadcast
Katherine Rasmussen via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Jan 6 11:10:57 PST 2022
ktras added inline comments.
================
Comment at: flang/test/Semantics/collectives04.f90:61
+ ! 'source_image' argument shall be an integer
+ !ERROR: too many actual arguments for intrinsic 'co_broadcast'
+ call co_broadcast(i, source_image=bool)
----------------
================
Comment at: flang/test/Semantics/collectives04.f90:65
+ ! 'source_image' argument shall be an integer scalar
+ !ERROR: too many actual arguments for intrinsic 'co_broadcast'
+ call co_broadcast(c, source_image=integer_array)
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113084/new/
https://reviews.llvm.org/D113084
More information about the flang-commits
mailing list