4 write(*,*) ishftc( 3, 2, 3 )
5 write(*,*) ishftc( 3, 2, i
)
6 write(*,*) ishftc( 3, i
, j
)
7 write(*,*) ishftc( 3, 128 ) ! { dg-error "exceeds BIT_SIZE of first" }
8 write(*,*) ishftc( 3, 0, 128 ) ! { dg-error "exceeds BIT_SIZE of first" }
9 write(*,*) ishftc( 3, 0, 0 ) ! { dg-error "Invalid third argument" }
10 write(*,*) ishftc( 3, 3, 2 ) ! { dg-error "exceeds third argument" }