4 ! The coor assignment was using the wrong loop bounds if the argument to
5 ! transpose was an intrinsic function call
7 ! Original testcase by Martien Huelsen <m.a.hulsen@tue.nl>
8 ! Reduced by Tobias Burnus <burnus@net-b.de>
12 real, allocatable
, dimension(:,:) :: coor
13 real, allocatable
, dimension(:) :: a
18 coor
= transpose ( reshape ( a
, (/2,nno
/) ) )
19 if (any(coor
/= 12)) call abort