[flang-commits] [flang] [flang][OpenMP] Add type-param-inquiry checks for non-list clauses (PR #203059)
Paul Osmialowski via flang-commits
flang-commits at lists.llvm.org
Fri Jun 12 03:28:37 PDT 2026
pawosm-arm wrote:
It fails in our CI:
```
10:39:03 -- Testing: 104770 tests, 4 workers --
10:52:09 Testing: 0.. 10.. 20.
10:52:09 FAIL: Flang :: Semantics/OpenMP/type-param-inquiry.f90 (29305 of 104770)
10:52:09 ******************** TEST 'Flang :: Semantics/OpenMP/type-param-inquiry.f90' FAILED ********************
10:52:09 Exit Code: 1
10:52:09
10:52:09 Command Output (stdout):
10:52:09 --
10:52:09 # RUN: at line 1
10:52:09 "/workspace/python/.venv/bin/python3.12" /workspace/src/flang/test/Semantics/OpenMP/../test_errors.py /workspace/src/flang/test/Semantics/OpenMP/type-param-inquiry.f90 /workspace/build/stage/product_build/bin/flang -fc1 -fintrinsic-modules-path=/workspace/build/stage/product_build/lib/clang/23/finclude/flang/aarch64-unknown-linux-gnu -fopenmp -fopenmp-version=60
10:52:09 # executed command: /workspace/python/.venv/bin/python3.12 /workspace/src/flang/test/Semantics/OpenMP/../test_errors.py /workspace/src/flang/test/Semantics/OpenMP/type-param-inquiry.f90 /workspace/build/stage/product_build/bin/flang -fc1 -fintrinsic-modules-path=/workspace/build/stage/product_build/lib/clang/23/finclude/flang/aarch64-unknown-linux-gnu -fopenmp -fopenmp-version=60
10:52:09 # .---command stdout------------
10:52:09 # | ---
10:52:09 # | +++
10:52:09 # | @@ -1 +1,9 @@
10:52:09 # | -
10:52:09 # | expect at 6: A type parameter inquiry cannot appear on the INIT clause
10:52:09 # | expect at 12: A type parameter inquiry cannot appear on the USE clause
10:52:09 # | expect at 18: A type parameter inquiry cannot appear on the DESTROY clause
10:52:09 # | expect at 24: A type parameter inquiry cannot appear on the DETACH clause
10:52:09 # | expect at 33: A type parameter inquiry cannot appear on the INIT clause
10:52:09 # | expect at 33: DEPOBJ syntax with no argument is not handled yet
10:52:09 # | expect at 33: The 'depinfo-modifier' modifier is required on a DEPOBJ construct
10:52:09 # | expect at 40: A type parameter inquiry cannot appear on the DESTROY clause
10:52:09 # | expect at 40: DEPOBJ syntax with no argument is not handled yet
10:52:09 # |
10:52:09 # | FAIL
10:52:09 # `-----------------------------
10:52:09 # error: command failed with exit status: 1
10:52:09
10:52:09 --
10:52:09
10:52:09 ********************
10:57:25 Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
10:57:25 ********************
10:57:25 Failed Tests (1):
10:57:25 Flang :: Semantics/OpenMP/type-param-inquiry.f90
10:57:25
10:57:25
10:57:25 Testing Time: 1099.12s
10:57:25
10:57:25 Total Discovered Tests: 141140
10:57:25 Skipped : 246 (0.17%)
10:57:25 Unsupported : 49275 (34.91%)
10:57:25 Passed : 91526 (64.85%)
10:57:25 Expectedly Failed: 92 (0.07%)
10:57:25 Failed : 1 (0.00%)
```
https://github.com/llvm/llvm-project/pull/203059
More information about the flang-commits
mailing list