[flang-commits] [flang] [flang][OpenMP] Semantic checks for GROUPPRIVATE (PR #154779)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Fri Aug 22 05:22:44 PDT 2025


================
@@ -823,7 +823,7 @@ class Symbol {
       OmpThreadprivate, OmpDeclareReduction, OmpFlushed, OmpCriticalLock,
       OmpIfSpecified, OmpNone, OmpPreDetermined, OmpExplicit, OmpImplicit,
       OmpDependObject, OmpInclusiveScan, OmpExclusiveScan, OmpInScanReduction,
-      OmpUniform);
+      OmpUniform, OmpGroupPrivate);
----------------
mjklemm wrote:

Nit: Maybe move this to the data-sharing attribute clauses, as it's sort is a DSA.

https://github.com/llvm/llvm-project/pull/154779


More information about the flang-commits mailing list