[flang-commits] [flang] [Flang][OpenMP] Permit THREADPRIVATE variables in EQUIVALENCE statements (PR #186696)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Sun Mar 15 13:43:57 PDT 2026


================
@@ -57,7 +57,8 @@ ENUM_CLASS(LanguageFeature, BackslashEscapes, OldDebugLines,
     ForwardRefExplicitTypeDummy, InaccessibleDeferredOverride,
     CudaWarpMatchFunction, DoConcurrentOffload, TransferBOZ, Coarray,
     PointerPassObject, MultipleIdenticalDATA,
-    DefaultStructConstructorNullPointer, AssumedRankIoItem)
+    DefaultStructConstructorNullPointer, AssumedRankIoItem,
+    OpenMPThreadprivateEquivalence)
----------------
eugeneepshteyn wrote:

Related note: for true Fortran language extensions, we also update https://github.com/llvm/llvm-project/blob/main/flang/docs/Extensions.md . The OpenMP extensions are not appropriate for this document. If such extensions should be documented, they should probably go into one of the OpenMP*.md documents, perhaps into https://github.com/llvm/llvm-project/blob/main/flang/docs/OpenMP-semantics.md ?

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


More information about the flang-commits mailing list