[PATCH] D132401: [flang] Split up synchronization, event, and error stop stmt tests

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 10:59:43 PDT 2022


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

There are some errors caught for the synchronization statements, event statements, and error stop statement that hide other errors. All of the invalid statements in the tests that do not create errors have been moved to another test file. This then allows some of those errors to be caught and shows which invalid code does or does not produce errors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132401

Files:
  flang/test/Semantics/error_stop.f90
  flang/test/Semantics/error_stop1a.f90
  flang/test/Semantics/error_stop1b.f90
  flang/test/Semantics/event01.f90
  flang/test/Semantics/event01a.f90
  flang/test/Semantics/event01b.f90
  flang/test/Semantics/event02.f90
  flang/test/Semantics/event02a.f90
  flang/test/Semantics/event02b.f90
  flang/test/Semantics/synchronization01.f90
  flang/test/Semantics/synchronization01a.f90
  flang/test/Semantics/synchronization01b.f90
  flang/test/Semantics/synchronization02.f90
  flang/test/Semantics/synchronization02a.f90
  flang/test/Semantics/synchronization02b.f90
  flang/test/Semantics/synchronization03.f90
  flang/test/Semantics/synchronization03a.f90
  flang/test/Semantics/synchronization03b.f90
  flang/test/Semantics/synchronization04.f90
  flang/test/Semantics/synchronization04a.f90
  flang/test/Semantics/synchronization04b.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132401.454570.patch
Type: text/x-patch
Size: 38417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/3652e349/attachment.bin>


More information about the llvm-commits mailing list