URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [pr41126.f90] - Rev 826
Compare with Previous | Blame | View Log
! { dg-do compile }
SUBROUTINE write_cputime( checkpoint )
CHARACTER(LEN=*), INTENT(IN) :: checkpoint
CHARACTER(LEN=LEN_TRIM(checkpoint)+7) :: string1
string1 = ADJUSTL(string1)
END SUBROUTINE write_cputime