OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [tiny_2.f90] - Blame information for rev 302

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
program tiny2
3
  real(4) x4
4
  real(8) x8
5
  x4 = tiny(x4)
6
  x8 = tiny(x8)
7
  if (minexponent(x4) /= exponent(x4)) call abort
8
  if (minexponent(x8) /= exponent(x8)) call abort
9
end program tiny2

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.