[Bug fortran/71705] ICE in lower_omp_target, at omp-low.c:16136
gerhard.steinmetz.fortran@t-online.de
gcc-bugzilla@gcc.gnu.org
Wed Jun 29 18:38:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71705
--- Comment #1 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---
Compiles with save status :
$ cat z2.f90
subroutine s
real, save :: x
!!$omp declare target(x)
x = 0.0
!$omp target update to(x)
!$omp target
x = x + 1.0
!$omp end target
end
More information about the Gcc-bugs
mailing list