[flang-commits] [flang] [flang] Fix DEALLOCATE of zero-sized pointer array section (PR #206691)

via flang-commits flang-commits at lists.llvm.org
Tue Jun 30 02:54:24 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 4396 tests passed
* 250 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### Flang
<details>
<summary>Flang.Integration/deallocate-zero-sized-section.f90</summary>

```
Exit Code: 1104

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\flang.exe C:\_work\llvm-project\llvm-project\flang\test\Integration\deallocate-zero-sized-section.f90 -o C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\deallocate-zero-sized-section.f90.tmp 2>&1 && C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\deallocate-zero-sized-section.f90.tmp 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Integration\deallocate-zero-sized-section.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Integration\deallocate-zero-sized-section.f90' -o 'C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\deallocate-zero-sized-section.f90.tmp'
# .---command stdout------------
# | LINK : fatal error LNK1104: cannot open file 'flang_rt.runtime.static.lib'
# | flang: error: linker command failed with exit code 1104 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 0x450

--

```
</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/206691


More information about the flang-commits mailing list