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

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
The ICE already occurs for

program p
   character(:), allocatable :: z(:)
   z = z(2)
end

(invalid code, but shorter :-)

Reply via email to