URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [der_pointer_3.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }! PR 18568! Find pointer-to-array componentsmodule intstype :: barinteger, pointer :: th(:)end type barcontainsfunction foo(b)type(bar), intent(in) :: binteger :: foo(size(b%th))foo = 0end function fooend module intsprogram size_testuse intsend program size_test! { dg-final { cleanup-modules "ints" } }
Go to most recent revision | Compare with Previous | Blame | View Log
