URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [bind_c_usage_20.f90] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! { dg-options "-fcheck=bounds" }
!
! PR fortran/43015
!
! Contributed by Dennis Wassel
!
SUBROUTINE foo(msg) BIND(C, name = "Foo")
USE, INTRINSIC :: iso_c_binding
IMPLICIT NONE
CHARACTER (KIND=C_CHAR), INTENT (out) :: msg(*)
END SUBROUTINE foo
Go to most recent revision | Compare with Previous | Blame | View Log