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/] [common_12.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/39594
4
!
5
! Contributed by Peter Knowles and reduced by Jakub Jelinek.
6
!
7
module pr39594
8
  implicit double precision(z)
9
  common /z/ z0,z1,z2,z3,z4,z5,z6,z7
10
contains
11
  subroutine foo
12
    implicit double precision(z)
13
    common /z/ z0,z1,z2,z3,z4,z5,z6,z7
14
    call bar(z0)
15
  end subroutine foo
16
end module
17
 
18
! { dg-final { cleanup-modules "pr39594" } }

powered by: WebSVN 2.1.0

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