[flang-commits] [flang] [flang] Implement C_F_STRPOINTER (Fortran 2023) (PR #176973)
via flang-commits
flang-commits at lists.llvm.org
Thu Feb 12 09:58:38 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>[code=1] include/flang/iso_c_binding.mod</summary>
```
FAILED: [code=1] include/flang/iso_c_binding.mod
cmd.exe /C "cd /D C:\_work\llvm-project\llvm-project\build\tools\flang\tools\f18 && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E make_directory C:/_work/llvm-project/llvm-project/build/include/flang && C:\_work\llvm-project\llvm-project\build\bin\flang.exe -cpp -fsyntax-only -module-dir C:/_work/llvm-project/llvm-project/build/include/flang C:/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90"
error: Could not parse C:/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90
C:/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90:36:10: error: expected end of statement
public :: c_associated, c_funloc, c_funptr, c_f_pointer, c_f_strpointer, &
^
C:/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90:33:3: in the context: specification construct
public :: c_associated, c_funloc, c_funptr, c_f_pointer, c_loc, &
^
C:/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90:13:3: in the context: specification part
use __fortran_builtins, only: &
^
```
</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/176973
More information about the flang-commits
mailing list