[PATCH] D136628: [flang] Add semantics tests for lock-stmt
Damian Rouson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 17:52:41 PDT 2022
rouson accepted this revision.
rouson added a comment.
This revision is now accepted and ready to land.
Have you looked into whether there's a useful way to test constraint C1607, .e.g, with
type(lock_type)=, parameter :: const[*]=0
which seems not so useful because a `parameter` can't be be a coarray and a `lock_type` entity must be a coarray, but it's possible there's better way to test the constraint or it's possible the constraint is redundant because of C1608.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136628/new/
https://reviews.llvm.org/D136628
More information about the llvm-commits
mailing list