[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:37 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>include/flang/iso_c_binding.mod /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/flang/iso_c_binding.mod</summary>
```
FAILED: include/flang/iso_c_binding.mod /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/flang/iso_c_binding.mod
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/flang/tools/f18 && /usr/bin/cmake -E make_directory /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/flang && /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -cpp -fsyntax-only -module-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/flang /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90
error: Could not parse /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/module/iso_c_binding.f90
/home/gha/actions-runner/_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, &
^
/home/gha/actions-runner/_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, &
^
/home/gha/actions-runner/_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