OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [bind_c_usage_20.f90] - Blame information for rev 316

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-fcheck=bounds" }
3
!
4
! PR fortran/43015
5
!
6
! Contributed by Dennis Wassel
7
!
8
SUBROUTINE foo(msg) BIND(C, name = "Foo")
9
  USE, INTRINSIC :: iso_c_binding
10
  IMPLICIT NONE
11
  CHARACTER (KIND=C_CHAR), INTENT (out) :: msg(*)
12
END SUBROUTINE foo
13
 

powered by: WebSVN 2.1.0

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