------- Comment #4 from jakub at gcc dot gnu dot org 2009-04-23 13:33 ------- allocatable and target attributes aren't needed btw, the following ICEs as well: subroutine test (v1, v2, v3, v4) integer :: v1(:) character(len=8) :: v2(:) integer :: v3, v4, v5 write (*,v2(1:v3)) (v1(i), v5=2, v4) end subroutine test
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39865