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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [module_equivalence_4.f90] - Blame information for rev 715

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! This checks the fix for PR37706 in which the equivalence would be
3
! inserted into the 'nudata' namespace with the inevitable consequences.
4
!
5
! Contributed by Lester Petrie 
6
!
7
module data_C
8
    integer, dimension(200) :: l  = (/(201-i, i = 1,200)/)
9
    integer :: l0
10
    integer :: l24, l27, l28, l29
11
    equivalence ( l(1), l0 )
12
  end module data_C
13
 
14
subroutine nudata(nlibe, a, l)
15
  USE data_C, only:  l24, l27, l28, l29
16
  implicit none
17
  integer  :: nlibe
18
  integer  :: l(*)
19
  real :: a(*)
20
  print *, l(1), l(2)
21
  return
22
end subroutine nudata
23
 
24
  integer  :: l_(2) = (/1,2/), nlibe_ = 42
25
  real :: a_(2) = (/1.,2./)
26
  call nudata (nlibe_, a_, l_)
27
end
28
 
29
! { dg-final { cleanup-modules "data_c" } }

powered by: WebSVN 2.1.0

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