OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [transfer1.f90] - Diff between revs 303 and 338

Only display areas with differences | Details | Blame | View Log

Rev 303 Rev 338
program chop
program chop
  integer ix, iy
  integer ix, iy
  real x, y
  real x, y
  x = 1.
  x = 1.
  y = x
  y = x
  ix = transfer(x,ix)
  ix = transfer(x,ix)
  iy = transfer(y,iy)
  iy = transfer(y,iy)
  print '(2z20.8)', ix, iy
  print '(2z20.8)', ix, iy
  if (ix /= iy) call abort
  if (ix /= iy) call abort
end program chop
end program chop
 
 

powered by: WebSVN 2.1.0

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