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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [transfer1.f90] - Diff between revs 154 and 816

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

Rev 154 Rev 816
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.