2 ! { dg-options "-Wcharacter-truncation" }
3 subroutine where_ice (i
,j
)
7 character(8) :: y(10,10,2)
12 character(12) :: txt(5)
13 where (txt(1:3) /= '' ) y(1:3,i
,j
) = txt(1:3) ! { dg-warning "CHARACTER expression will be truncated" }
15 end subroutine where_ice