URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [elemental_function_1.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }!! PR fortran/52059!!subroutine bazreal(kind=8) :: a(99), binterface barfunction bar (x, y)integer, intent(in) :: x, yreal(kind=8), dimension((y-x)) :: barend function barend interfaceb = 1.0_8a = foo (bar(0,35) / dble(34), b)containselemental real(kind=8) function foo(x, y)real(kind=8), intent(in) :: x, yfoo = 1end function fooend subroutine baz
Go to most recent revision | Compare with Previous | Blame | View Log
