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/] [lto/] [pr40725_0.f03] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
module bind_c_dts_2
2
use, intrinsic :: iso_c_binding
3
implicit none
4
type, bind(c) :: my_c_type_1
5
   integer(c_int) :: j
6
end type my_c_type_1
7
contains
8
  subroutine sub0(my_type, expected_j) bind(c)
9
    type(my_c_type_1) :: my_type
10
    integer(c_int), value :: expected_j
11
    if (my_type%j .ne. expected_j) then
12
       call abort ()
13
    end if
14
  end subroutine sub0
15
end module bind_c_dts_2
16
 

powered by: WebSVN 2.1.0

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