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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [mystery_proc.f90] - Blame information for rev 695

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 695 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.