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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [generic_17.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
! Test the patch for PR36374 in which the different
3
! symbols for 'foobar' would be incorrectly flagged as
4
! ambiguous in foo_mod.
5
!
6
! Contributed by Salvatore Filippone  
7
!
8
module s_foo_mod
9
  type s_foo_type
10
    real(kind(1.e0)) :: v
11
  end type s_foo_type
12
  interface foobar
13
    subroutine s_foobar(x)
14
      import
15
      type(s_foo_type), intent (inout) :: x
16
    end subroutine s_foobar
17
  end interface
18
end module s_foo_mod
19
 
20
module d_foo_mod
21
  type d_foo_type
22
    real(kind(1.d0)) :: v
23
  end type d_foo_type
24
  interface foobar
25
    subroutine d_foobar(x)
26
      import
27
      type(d_foo_type), intent (inout) :: x
28
    end subroutine d_foobar
29
  end interface
30
end module d_foo_mod
31
 
32
module foo_mod
33
  use s_foo_mod
34
  use d_foo_mod
35
end module foo_mod
36
 
37
subroutine s_foobar2(x)
38
  use foo_mod
39
end subroutine s_foobar2
40
! { dg-final { cleanup-modules "s_foo_mod d_foo_mod foo_mod" } }

powered by: WebSVN 2.1.0

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