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.0rc2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [mystery_proc.f90] - Blame information for rev 437

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

Line No. Rev Author Line
1 303 jeremybenn
! Program to test dummy procedures
2
subroutine bar()
3
end subroutine
4
 
5
subroutine foo2(p)
6
  external p
7
 
8
  call p()
9
end subroutine
10
 
11
subroutine foo(p)
12
  external p
13
  ! We never actually discover if this is a function or a subroutine
14
  call foo2(p)
15
end subroutine
16
 
17
program intrinsic_minmax
18
   implicit none
19
   external bar
20
 
21
   call foo(bar)
22
end program
23
 

powered by: WebSVN 2.1.0

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