[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
----------------
tblah wrote:
Please could you add -fopenmp-version=60 (or whichever version was the first to allow this) so that this test does not fail once the required check is added for older openmp versions.
https://github.com/llvm/llvm-project/pull/162234
More information about the flang-commits
mailing list