[PATCH] D114181: Add semantics unit test for SYNC ALL statement
Katherine Rasmussen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 14:54:28 PST 2022
ktras requested changes to this revision.
ktras added a comment.
This revision now requires changes to proceed.
Please see the inline comment.
================
Comment at: flang/test/Semantics/synchronization01.f90:33
+ !ERROR: TBD
+ sync all(stat=non_scalar)
+
----------------
The variable `non_scalar` has not been declared, so the error would be a different one than I believe you are intending to test.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114181/new/
https://reviews.llvm.org/D114181
More information about the llvm-commits
mailing list