URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [strparm_1.f90] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
! Check known length string parameters
subroutine test (s)
character(len=80) :: s
s = "Hello World"
end subroutine
Go to most recent revision | Compare with Previous | Blame | View Log