[flang-commits] [flang] [flang][OpenMP] Diagnose non-variable symbols in OpenMP clauses (PR #111394)

antoine moynault via flang-commits flang-commits at lists.llvm.org
Tue Oct 8 23:12:18 PDT 2024


antmox wrote:

Hi, looks like this patch broke some aarch64 bots :

clang-aarch64-sve-vla https://lab.llvm.org/buildbot/#/builders/17/builds/3196
clang-aarch64-sve-vla-2stage https://lab.llvm.org/buildbot/#/builders/41/builds/2626
clang-aarch64-sve-vls https://lab.llvm.org/buildbot/#/builders/143/builds/2688
clang-aarch64-sve-vls-2stage https://lab.llvm.org/buildbot/#/builders/4/builds/2730

> error: Semantic errors in /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/test/test-suite/Fortran/gfortran/regression/gomp/proc_ptr_1.f90
> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/test/test-suite/Fortran/gfortran/regression/gomp/proc_ptr_1.f90:15:58: error: 'pf' must be a variable
>     !$omp parallel do schedule(static) private(i) shared(s,pf) default(none)
>                                                            ^^
> /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/test/test-suite/Fortran/gfortran/regression/gomp/proc_ptr_1.f90:11:28: Declaration of 'pf'
>     procedure(f), pointer :: pf
>                              ^^

Could you please look at this ?

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


More information about the flang-commits mailing list