URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [ltime_gmtime_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! { dg-options "-std=gnu" }integer :: x(9), y(9), tt = time()call ltime(t,x)call gmtime(t,y)if (x(1) /= y(1) .or. mod(x(2),30) /= mod(y(2),30)) call abortend
