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] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR fortran/49265! Contributed by Erik Toussaint!module m1implicit noneinterface foomodule procedure::barmodule procedure ::bar_nonemodule procedure:: none_barend interfacecontainssubroutine barend subroutinesubroutine bar_none(i)integer iend subroutinesubroutine none_bar(x)real xend subroutineend module! { dg-final { cleanup-modules "m1" } }
