[all-commits] [llvm/llvm-project] fccff3: [flang] Add semantics tests for lock-stmt
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Wed Oct 26 11:22:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fccff3f11a7d23bd28b6d92b6ae3f9d33633734a
https://github.com/llvm/llvm-project/commit/fccff3f11a7d23bd28b6d92b6ae3f9d33633734a
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
A flang/test/Semantics/lockstmt01.f90
A flang/test/Semantics/lockstmt02.f90
A flang/test/Semantics/lockstmt03.f90
Log Message:
-----------
[flang] Add semantics tests for lock-stmt
Add three tests for lock-stmt. The first includes
standard-conforming statements, the second includes
non-standard-conforming statements because of errors where
something unexpected occurs, such as a missing lock-variable,
and the third includes non-standard-conforming statements
because of semantic errors, such as type or rank mismatches.
Reviewed By: rouson
Differential Revision: https://reviews.llvm.org/D136628
More information about the All-commits
mailing list