URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [alloc_comp_basics_3.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }! Test the patch for PR30202 in which the INTENT(OUT)! caused an ICE.!! Contributed by Salvatore Filippone <sfilippone@uniroma2.it>!program class_scal_pimplicit nonetype scal_preal, allocatable :: b(:)end type scal_ptype(scal_p) :: pdcall psb_geallv(pd%b)containssubroutine psb_geallv(x)real, allocatable, intent(out) :: x(:)end subroutine psb_geallvend program class_scal_p
Go to most recent revision | Compare with Previous | Blame | View Log
