[all-commits] [llvm/llvm-project] 2d5ef3: [flang] Apply the check for the constraint `C1172`...
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Wed May 17 19:46:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d5ef39184a4f17d75b0cd640f442cc43fe7edfc
https://github.com/llvm/llvm-project/commit/2d5ef39184a4f17d75b0cd640f442cc43fe7edfc
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M flang/lib/Semantics/check-coarray.cpp
M flang/lib/Semantics/check-coarray.h
A flang/test/Semantics/sync-stat-list.f90
Log Message:
-----------
[flang] Apply the check for the constraint `C1172` to more stmts
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.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D150745
More information about the All-commits
mailing list