URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [implicit_3.f90] - Rev 193
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! Verify that INTERFACEs don't inherit the implicit types of the
! surrounding namespace.
implicit complex (i-k)
interface
function f(k,l)
! k should be default INTEGER
dimension l(k)
end function f
end interface
end
Go to most recent revision | Compare with Previous | Blame | View Log