[flang-commits] [flang] [Flang][OpenMP] Fix implicit symbol resolution for USE-renamed arrays (PR #189215)
via flang-commits
flang-commits at lists.llvm.org
Thu Jun 4 07:35:08 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 4332 tests passed
* 206 tests skipped
* 10 tests failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Lower/OpenMP/task-affinity.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -emit-hlfir -fopenmp -fopenmp-version=52 -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/task-affinity.f90 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/task-affinity.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -emit-hlfir -fopenmp -fopenmp-version=52 -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/task-affinity.f90
# .---command stderr------------
# | warning: OpenMP support for version 52 in flang is still incomplete [-Wexperimental-option]
# `-----------------------------
# error: command failed with exit status: -9
# error: command reached timeout: True
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/task-affinity.f90
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Lower/OpenMP/unstructured.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/bbc -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/unstructured.f90 -fopenmp -emit-hlfir -o "-" | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/unstructured.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/bbc -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/unstructured.f90 -fopenmp -emit-hlfir -o -
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/unstructured.f90
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Parser/OpenMP/nonblock-do-nested-omp.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fdebug-unparse -fopenmp /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Parser/OpenMP/nonblock-do-nested-omp.f90 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --ignore-case --check-prefix="UNPARSE" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Parser/OpenMP/nonblock-do-nested-omp.f90
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fdebug-unparse -fopenmp /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Parser/OpenMP/nonblock-do-nested-omp.f90
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --ignore-case --check-prefix=UNPARSE /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Parser/OpenMP/nonblock-do-nested-omp.f90
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/assumed-size-array-dsa.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/assumed-size-array-dsa.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/assumed-size-array-dsa.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/copyprivate03.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/copyprivate03.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/copyprivate03.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/do01.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/do01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/do01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/firstprivate01.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/firstprivate01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/firstprivate01.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/nested-cancel.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/nested-cancel.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/nested-cancel.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/nested-cancellation-point.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/nested-cancellation-point.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/nested-cancellation-point.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
<details>
<summary>Flang.Semantics/OpenMP/resolve05.f90</summary>
```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds
Command Output (stdout):
--
# RUN: at line 1
"/usr/bin/python3" /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/resolve05.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/../test_errors.py /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Semantics/OpenMP/resolve05.f90 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fopenmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/189215
More information about the flang-commits
mailing list