[Bug fortran/62007] default(none) conflicts with iteration variable in openmp parallel loop simd
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Sat Dec 6 22:13:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list