[Bug fortran/83633] gfortran internal compiler error for explicit-shape array with non-constant bounds

tkoenig at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 5 18:49:00 GMT 2018


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

--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Also, this does not ICE:

integer :: A(command_argument_count()) 
a = 1
write (*,*) A
end


More information about the Gcc-bugs mailing list