URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [stoppause.f90] - Rev 758
Go to most recent revision | Compare with Previous | Blame | View Log
! Program to check the STOP and PAUSE intrinsics
program stoppause
pause
pause 1
pause 'Hello world'
stop
stop 42
stop 'Go away'
end program
Go to most recent revision | Compare with Previous | Blame | View Log