[Bug fortran/78027] ICE in new_oacc_loop_routine, at omp-low.c:19000

gerhard.steinmetz.fortran@t-online.de gcc-bugzilla@gcc.gnu.org
Tue Oct 18 17:31:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78027

--- Comment #1 from Gerhard Steinmetz <gerhard.steinmetz.fortran@t-online.de> ---

No ICE with one loop only :


$ cat z3.f90
real function f()
   !$omp declare target(f)
   f = 1.
   !$acc parallel
   !$acc loop
   do i = 1, 8
   end do
   !$acc end parallel
end


More information about the Gcc-bugs mailing list