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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [module_common.f90] - Rev 816

Compare with Previous | Blame | View Log

! We were incorrectly trying to create a variable for the common block itself,
! in addition to the variables it contains.
module FOO
  implicit none
  integer I
  common /C/I
contains
  subroutine BAR
  end subroutine BAR
end module FOO

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.