[flang-commits] [PATCH] D113076: [flang] Add a semantics test for co_sum
Katherine Rasmussen via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 3 14:12:06 PDT 2021
ktras added inline comments.
================
Comment at: flang/test/Semantics/collectives01.f90:32
+ ! the error is seen as an incorrect type for the stat= argument
+ !ERROR: Actual argument for ‘stat=’ has bad type ‘CHARACTER(KIND=1,LEN=1_8)’
+ call co_sum(i, 1, message)
----------------
Please change the `’` marks to `'` marks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113076/new/
https://reviews.llvm.org/D113076
More information about the flang-commits
mailing list