URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [contained_2.f90] - Rev 695
Compare with Previous | Blame | View Log
! Arrays declared in parent but used in the child.program errorimplicit noneinteger, dimension (10) :: acontainssubroutine test()implicit nonea(1) = 0end subroutineend program
