URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [transfer1.f90] - Rev 303
Compare with Previous | Blame | View Log
program chopinteger ix, iyreal x, yx = 1.y = xix = transfer(x,ix)iy = transfer(y,iy)print '(2z20.8)', ix, iyif (ix /= iy) call abortend program chop
