2 ! { dg-options "-fbounds-check" }
3 ! { dg-shouldfail "Incorrect extent in return value of MAXLOC intrinsic in dimension 1: is 3, should be 2" }
5 integer(kind
=4), allocatable
:: f(:,:)
6 integer(kind
=4) :: res(3)
11 write(line
,fmt
='(80I1)') res
13 ! { dg-output "Fortran runtime error: Incorrect extent in return value of MAXLOC intrinsic in dimension 1: is 3, should be 2" }