https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62007
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW CC| |jakub at gcc dot gnu.org --- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- % cat pr62007_db.f program hello integer :: i, x C$omp parallel do simd private(x) default(none) do i=1,10 x=x+1 end do end program hello triggers the same error.