[flang-commits] [flang] [flang][OpenMP] Add semantics test: named COMMON + member with firstprivate+lastprivate is valid (PR #162234)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Wed Oct 15 10:50:39 PDT 2025
================
@@ -0,0 +1,13 @@
+! RUN: %flang_fc1 -fopenmp -fsyntax-only %s 2>&1 | FileCheck %s --allow-empty
+! CHECK-NOT: error:
----------------
tblah wrote:
Please could you add a short comment explaining that this is a regression test to ensure this is allowed in newer openmp versions
https://github.com/llvm/llvm-project/pull/162234
More information about the flang-commits
mailing list