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

Reply via email to