On 4/16/25 6:48 PM, ZAPART CHRISTOPHER ANDREW wrote:
Sorry don’t have a bugzilla account yet. For completeness here is a full
test code that also calls a pure subroutine from within a “block”
located inside a “do concurrent” loop.
Regards,
Chris
gfortran -march=native -g -Ofast -fPIC -fno-finite-math-only -funroll-
loops -ftree-vectorize -fopenmp -o test_concurrent_fixed_array
test_concurrent_fixed_array.f90
test_concurrent_fixed_array.f90:
--- snip ---
I have confirmed that the patch provided by Steve in PR119836 does allow
the test case mentioned here to compile and execute. (I have made no
effort to confirm the resulting output.)
Thanks,
Jerry