2 ! { dg-options "-fbounds-check" }
5 integer, dimension(2,2) :: a4
6 integer(kind
=1), dimension(2,2) :: a1
7 character(len
=100) line
10 write (unit
=line
,fmt
='(4I3)') reshape(a4
,(/4/))
11 write (unit
=line
,fmt
='(4I3)') reshape(a1
,(/4/))