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/] [c_funloc_tests.f03] - Diff between revs 302 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 302 Rev 384
! { dg-do run }
! { dg-do run }
! This test case simply checks that c_funloc exists, accepts arguments of
! This test case simply checks that c_funloc exists, accepts arguments of
! flavor FL_PROCEDURE, and returns the type c_funptr
! flavor FL_PROCEDURE, and returns the type c_funptr
module c_funloc_tests
module c_funloc_tests
  use, intrinsic :: iso_c_binding, only: c_funptr, c_funloc
  use, intrinsic :: iso_c_binding, only: c_funptr, c_funloc
contains
contains
  recursive subroutine sub0() bind(c)
  recursive subroutine sub0() bind(c)
    type(c_funptr) :: my_c_funptr
    type(c_funptr) :: my_c_funptr
    my_c_funptr = c_funloc(sub0)
    my_c_funptr = c_funloc(sub0)
  end subroutine sub0
  end subroutine sub0
end module c_funloc_tests
end module c_funloc_tests
program driver
program driver
  use c_funloc_tests
  use c_funloc_tests
  call sub0()
  call sub0()
end program driver
end program driver
! { dg-final { cleanup-modules "c_funloc_tests" } }
! { dg-final { cleanup-modules "c_funloc_tests" } }
 
 

powered by: WebSVN 2.1.0

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