[Bug fortran/72699] ICE in gfc_check_dependency, at fortran/dependency.c:1257

gerhard.steinmetz.fortran@t-online.de gcc-bugzilla@gcc.gnu.org
Tue Jul 26 19:10:00 GMT 2016


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

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

No ICE without explicit "implicit none".
But of course again with added option -fimplicit-none.


$ cat z2.f90
function f() result(z)
   character(:), allocatable :: z
   h = z(1)
   z(1) = h
end


More information about the Gcc-bugs mailing list