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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [use_14.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
!
3
! PR fortran/34657
4
!
5
module test_mod
6
interface
7
  subroutine my_sub (a)
8
    real a
9
  end subroutine
10
end interface
11
end module
12
 
13
subroutine my_sub (a)
14
  use test_mod, gugu => my_sub
15
  real a
16
  print *, a
17
end subroutine
18
 
19
END
20
 
21
! { dg-final { cleanup-modules "test_mod" } }

powered by: WebSVN 2.1.0

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