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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/49265
4
! Contributed by Erik Toussaint
5
!
6
module m1
7
   implicit none
8
   interface foo
9
      module procedure::bar
10
      module procedure ::bar_none
11
      module procedure:: none_bar
12
   end interface
13
contains
14
   subroutine bar
15
   end subroutine
16
   subroutine bar_none(i)
17
     integer i
18
   end subroutine
19
   subroutine none_bar(x)
20
     real x
21
   end subroutine
22
end module
23
! { dg-final { cleanup-modules "m1" } }

powered by: WebSVN 2.1.0

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