URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [tiny_2.f90] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run }
program tiny2
real(4) x4
real(8) x8
x4 = tiny(x4)
x8 = tiny(x8)
if (minexponent(x4) /= exponent(x4)) call abort
if (minexponent(x8) /= exponent(x8)) call abort
end program tiny2
Go to most recent revision | Compare with Previous | Blame | View Log