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.dg/] [pr42119.f90] - Blame information for rev 437

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
 
3
module Test
4
use ISO_C_BINDING
5
 
6
contains
7
 
8
subroutine Callback(arg) bind(C)
9
  integer(C_INT)  :: arg
10
end subroutine Callback
11
 
12
subroutine Check(proc)
13
  type(C_FUNPTR)  :: proc
14
end subroutine Check
15
 
16
end module Test
17
 
18
 
19
program Main
20
  use Test
21
  type(C_FUNPTR)  :: proc
22
 
23
  call Check(C_FUNLOC(Callback))
24
end program Main

powered by: WebSVN 2.1.0

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