[flang-commits] [flang] [Flang][OpenMP] Permit THREADPRIVATE variables in EQUIVALENCE statements (PR #186696)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Wed Mar 18 14:52:52 PDT 2026
================
@@ -0,0 +1,17 @@
+! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
+
+! This a test for is an extension to the OpenMP semantics, see https://github.com/llvm/llvm-project/issues/180493
----------------
luporl wrote:
```suggestion
! This is a test for an extension to the OpenMP semantics, see https://github.com/llvm/llvm-project/issues/180493
```
https://github.com/llvm/llvm-project/pull/186696
More information about the flang-commits
mailing list