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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pr42119.f90] - Blame information for rev 749

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

Line No. Rev Author Line
1 694 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
25
! { dg-final { cleanup-modules "test" } }

powered by: WebSVN 2.1.0

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