[flang] add semantics test for sync images
authorDamian Rouson <damian@sourceryinstitute.org>
Fri, 12 Nov 2021 00:20:30 +0000 (16:20 -0800)
committerDamian Rouson <rouson@lbl.gov>
Thu, 17 Feb 2022 06:30:58 +0000 (22:30 -0800)
commitd4332a88429f27c2924e2bf8309d6ce65d39dbca
tree8f25f2faba6178fd441d1d924e3e47ce6601c8e1
parentfee491a10a3277c51115a7ab6e79fe5223618e86
[flang] add semantics test for sync images

Test a range of acceptable forms of SYNC IMAGES statements,
including combinations with and without the stat-variable
and errmsg-variable present.  Also test that several invalid
forms of SYNC IMAGES call generate the correct error messages.

Differential Revision: https://reviews.llvm.org/D118933
flang/test/Semantics/synchronization02.f90 [new file with mode: 0644]