[flang-commits] [flang] [flang] Implement C_F_STRPOINTER (Fortran 2023) (PR #176973)
Jan Patrick Lehr via flang-commits
flang-commits at lists.llvm.org
Fri Feb 13 00:29:23 PST 2026
jplehr wrote:
Hi,
I know that the bots were silent, however, this seems to break a few offload tests.
Looking at https://lab.llvm.org/staging/#/builders/105/builds/42499 and comparing it to the previous build, it has a non-zero delta in failing tests.
I think the list is this:
```
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
```
Help is greatly appreciated.
https://github.com/llvm/llvm-project/pull/176973
More information about the flang-commits
mailing list