[flang-commits] [flang] [llvm] [LLVM-Flang] Improve the realloc size for the write statement (PR #187662)
via flang-commits
flang-commits at lists.llvm.org
Fri Mar 20 01:52:15 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 4067 tests passed
* 245 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Flang
<details>
<summary>Flang.Lower/write01.f90</summary>
```
Exit Code: 1104
Command Output (stdout):
--
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\flang.exe -O3 -g C:\_work\llvm-project\llvm-project\flang\test\Lower\write01.f90 -o C:\_work\llvm-project\llvm-project\build\tools\flang\test\Lower\Output\write01.f90.tmp && C:\_work\llvm-project\llvm-project\build\tools\flang\test\Lower\Output\write01.f90.tmp | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Lower\write01.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' -O3 -g 'C:\_work\llvm-project\llvm-project\flang\test\Lower\write01.f90' -o 'C:\_work\llvm-project\llvm-project\build\tools\flang\test\Lower\Output\write01.f90.tmp'
# .---command stdout------------
# | LINK : fatal error LNK1104: cannot open file 'clang_rt.builtins.lib'
# `-----------------------------
# .---command stderr------------
# | 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/187662
More information about the flang-commits
mailing list