[all-commits] [llvm/llvm-project] 95fd0d: [flang] add semantics test for sync memory
Damian Rouson via All-commits
all-commits at lists.llvm.org
Thu Feb 24 11:09:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95fd0dbaf00d8c90cb9fb6841660bfb1fab36fd7
https://github.com/llvm/llvm-project/commit/95fd0dbaf00d8c90cb9fb6841660bfb1fab36fd7
Author: Damian Rouson <damian at sourceryinstitute.org>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
A flang/test/Semantics/synchronization03.f90
Log Message:
-----------
[flang] add semantics test for sync memory
Test a range of acceptable forms of SYNC MEMORY statements,
including combinations with and without the stat-variable
and errmsg-variable present. Also test that several invalid
forms of SYNC MEMORY call generate the correct error messages.
Differential Revision: https://reviews.llvm.org/D120097
More information about the All-commits
mailing list