URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [func_derived_5.f90] - Rev 302
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do "compile" }
! PR fortran/41369 - rejected empty type in function return values
module m
type t
end type t
end module
type(t) function foo()
use m
foo = t()
end function foo
! { dg-final { cleanup-modules "m" } }
Go to most recent revision | Compare with Previous | Blame | View Log