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/] [entry_8.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
module entry_8_m
2
type t
3
  integer i
4
  real x (5)
5
end type t
6
end module entry_8_m
7
 
8
function f (i)
9
  use entry_8_m
10
  type (t) :: f,g
11
  f % i = i
12
  return
13
  entry g (x)
14
  g%x = x
15
end function f
16
 
17
use entry_8_m
18
type (t) :: f, g, res
19
 
20
res = f (42)
21
if (res%i /= 42) call abort ()
22
res = g (1.)
23
if (any (res%x /= 1.)) call abort ()
24
end

powered by: WebSVN 2.1.0

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