[flang-commits] [flang] [flang] Implement C_F_STRPOINTER (Fortran 2023) (PR #176973)

Caroline Newcombe via flang-commits flang-commits at lists.llvm.org
Fri Feb 13 08:25:57 PST 2026


cenewcombe wrote:

> That's strange. There are also legitimate failures there though.

@kparzysz true, but @jplehr provided a list of new failures with this build compared to the previous, and they are all failing with the iso_c_binding module errors, which should be fixed with a clean build: 
```
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/basic-target-parallel-do.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/basic-target-parallel-reduction.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/basic-target-parallel-region.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/basic-target-teams-parallel-reduction.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/target-no-loop.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/target-parallel-do-collapse.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/target_map_common_block.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/target_map_common_block1.f90
  libomptarget :: amdgcn-amd-amdhsa :: offloading/fortran/target_map_common_block2.f90
```

I am unsure where to go from here.

https://github.com/llvm/llvm-project/pull/176973


More information about the flang-commits mailing list