URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [proc_ptr_comp_26.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }!! PR 46841: [F03] ICE on allocating array of procedure pointers!! Contributed by Martien Hulsen <m.a.hulsen@tue.nl>type vfunc_pprocedure (dum_vfunc), pointer, nopass :: p => null()end type vfunc_ptype(vfunc_p), allocatable, dimension(:) :: vfunc1allocate(vfunc1(10))containsfunction dum_vfunc ()real, dimension(2) :: dum_vfuncdum_vfunc = 0end function dum_vfuncend
