[flang-commits] [PATCH] D137204: [flang] Add check for constraints on event-stmts

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 17 16:05:42 PDT 2023


PeteSteinfeld added a comment.

In D137204#4350939 <https://reviews.llvm.org/D137204#4350939>, @ktras wrote:

> @PeteSteinfeld, thanks for letting me know. You are right that the `event-variable` in an `event-post-stmt` is allowed to be a `coindexed-object`. It seems like the using the function `evaluate::IsCoarray`, as I did, to make sure that `event-variable` is a coarray disallows `coindexed-objects`. I will make some changes and open a new differential to address this.

Thanks, @ktras!  You're the best.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137204



More information about the flang-commits mailing list