Retro68/gcc/gcc/testsuite/gfortran.dg/error_stop_1.f08
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

6 lines
140 B
Plaintext

! { dg-do run }
program stopper
real, dimension(5,5,5) :: i
error stop size(i) ! { dg-shouldfail "ERROR STOP 125" }
end program stopper