2 ! { dg-shouldfail "Incorrect extent in SHIFT argument of CSHIFT intrinsic in dimension 1: is 3, should be 2" }
3 ! { dg-options "-fbounds-check" }
5 integer, dimension(:,:), allocatable
:: a
, b
6 integer, dimension(:), allocatable
:: sh
13 ! { dg-output "Fortran runtime error: Incorrect extent in SHIFT argument of CSHIFT intrinsic in dimension 1: is 3, should be 2" }