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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! Test for supplementary fix to PR24409 - the name clash between the module
5
! variable and the interface formal argument would cause an ICE.
6
!
7
! Contributed by Paul Thomas  
8
!
9
module anything
10
  interface
11
    function  lc(string )
12
      character(len=*), intent(in)  :: string
13
      character(len=len(string ))    :: lc
14
    end function lc
15
  end interface
16
  character(len=12) :: string
17
end module anything
18
 
19
module serial
20
  use anything
21
end module serial
22
 
23
  use serial
24
  use anything
25
  character*15  :: buffer
26
  buffer = lc ("Have a Nice DAY")
27
  end
28
 
29
! { dg-final { cleanup-modules "anything serial" } }

powered by: WebSVN 2.1.0

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