[flang-commits] [PATCH] D150745: [flang] Apply the check for the constraint `C1172` to `unlock-stmt`, `change-team-stmt`, `end-team-stmt`, and `critical-stmt`

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue May 16 18:27:13 PDT 2023


ktras created this revision.
ktras added reviewers: klausler, PeteSteinfeld, jeanPerier, kiranchandramohan, tskeith, rouson, sscalpone.
ktras added projects: Flang, LLVM.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a project: All.
ktras requested review of this revision.

Apply the check for the constraint `C1172` to `unlock-stmt`,
`change-team-stmt`, `end-team-stmt`, and `critical-stmt`, which
all have `sync-stat-lists` and so `C1172` applies to them. Add
a test to check the `sync-stat-lists` for these 4 statements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150745

Files:
  flang/lib/Semantics/check-coarray.cpp
  flang/lib/Semantics/check-coarray.h
  flang/test/Semantics/sync-stat-list.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150745.522871.patch
Type: text/x-patch
Size: 7671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230517/9f5310ab/attachment.bin>


More information about the flang-commits mailing list