[flang-commits] [flang] [flang][OpenMP] Semantic checks for GROUPPRIVATE (PR #154779)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Fri Aug 22 06:07:19 PDT 2025
================
@@ -823,7 +823,7 @@ class Symbol {
OmpThreadprivate, OmpDeclareReduction, OmpFlushed, OmpCriticalLock,
OmpIfSpecified, OmpNone, OmpPreDetermined, OmpExplicit, OmpImplicit,
OmpDependObject, OmpInclusiveScan, OmpExclusiveScan, OmpInScanReduction,
- OmpUniform);
+ OmpUniform, OmpGroupPrivate);
----------------
kparzysz wrote:
Done
https://github.com/llvm/llvm-project/pull/154779
More information about the flang-commits
mailing list