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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [c_funloc_tests.f03] - Rev 694

Compare with Previous | Blame | View Log

! { dg-do run }
! This test case simply checks that c_funloc exists, accepts arguments of 
! flavor FL_PROCEDURE, and returns the type c_funptr
module c_funloc_tests
  use, intrinsic :: iso_c_binding, only: c_funptr, c_funloc

contains
  recursive subroutine sub0() bind(c)
    type(c_funptr) :: my_c_funptr

    my_c_funptr = c_funloc(sub0)
  end subroutine sub0
end module c_funloc_tests

program driver
  use c_funloc_tests
  
  call sub0()
end program driver

! { dg-final { cleanup-modules "c_funloc_tests" } }

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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