OSDN Git Service

2011-09-26 Janus Weil <janus@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / error_stop_1.f08
1 ! { dg-do run }
2 program stopper
3   real, dimension(5,5,5) :: i
4   error stop size(i) ! { dg-shouldfail "ERROR STOP 125" }
5 end program stopper