URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [error_stop_1.f08] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run }
program stopper
real, dimension(5,5,5) :: i
error stop size(i) ! { dg-shouldfail "ERROR STOP 125" }
end program stopper
Go to most recent revision | Compare with Previous | Blame | View Log