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

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 17 13:21:31 PDT 2023


ktras added a comment.

@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.


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