URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [move_alloc_12.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR fortran/51948!type :: tend type tcontainsfunction func(x, y)class(t) :: ytype(t), allocatable :: functype(t), allocatable :: xselect type (y)type is(t)call move_alloc (x, func)end selectend functionfunction func2(x, y)class(t) :: yclass(t), allocatable :: func2class(t), allocatable :: xblockblockselect type (y)type is(t)call move_alloc (x, func2)end selectend blockend blockend functionend
