[flang-commits] [flang] [llvm] [flang] Implement 'F_C_STRING' library function (Fortran 2023) (PR #174474)

via flang-commits flang-commits at lists.llvm.org
Tue Jan 6 07:30:28 PST 2026


github-actions[bot] wrote:

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

* 3833 tests passed
* 244 tests skipped
* 1 test failed

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

### Flang
<details>
<summary>Flang.Integration/f_c_string.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\f_c_string.f90 -o C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\f_c_string.f90.tmp && C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\f_c_string.f90.tmp | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\flang\test\Integration\f_c_string.f90
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\flang.exe' 'C:\_work\llvm-project\llvm-project\flang\test\Integration\f_c_string.f90' -o 'C:\_work\llvm-project\llvm-project\build\tools\flang\test\Integration\Output\f_c_string.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/174474


More information about the flang-commits mailing list