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

Damian Rouson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 16:30:40 PDT 2022


rouson added inline comments.


================
Comment at: flang/test/Semantics/synchronization02b.f90:3
+! Check for semantic errors in sync images statements.
+! Some of the errors in this test are hidden by the errors in
+! the test synchronization02a.f90, and are thus tested here.
----------------
This suggestion also applies to other similar comments in the tests in this differential.


================
Comment at: flang/test/Semantics/synchronization02b.f90:4
+! Some of the errors in this test are hidden by the errors in
+! the test synchronization02a.f90, and are thus tested here.
+
----------------
This suggestion also applies to other similar comments in the tests in this differential.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132401/new/

https://reviews.llvm.org/D132401



More information about the llvm-commits mailing list