[flang-commits] [PATCH] D136628: [flang] Add semantics tests for lock-stmt

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Oct 24 10:53:58 PDT 2022


ktras created this revision.
ktras added reviewers: rouson, hussainjk, pmccormick, sscalpone.
ktras added projects: Flang, LLVM.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
ktras requested review of this revision.

Add three semantics tests for `lock-stmt`. The first includes
standard-conforming statements, the second includes
non-standard-conforming statements because of syntax errors,
and the third includes non-standard-conforming statements
because of semantic errors, such as type or rank mismatches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136628

Files:
  flang/test/Semantics/lockstmt01.f90
  flang/test/Semantics/lockstmt02.f90
  flang/test/Semantics/lockstmt03.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136628.470219.patch
Type: text/x-patch
Size: 6752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221024/86b3fcba/attachment.bin>


More information about the flang-commits mailing list