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/] [test_common_binding_labels_3.f03] - Blame information for rev 437

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
module test_common_binding_labels_3
3
  use, intrinsic :: iso_c_binding, only: c_double
4
  implicit none
5
 
6
  common /mycom/ r, s
7
  real(c_double) :: r
8
  real(c_double) :: s
9
  bind(c, name="my_common_block") :: /mycom/
10
end module test_common_binding_labels_3

powered by: WebSVN 2.1.0

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