URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [internal_write.f90] - Rev 695
Compare with Previous | Blame | View Log
! PR 14901! Internal writes were appending CR after the last char! written by the format statement.CHARACTER*10 AWRITE(A,'(3HGCC)')IF (A.NE.'GCC ') THEN! PRINT*,'A was not filled correctly by internal write'! PRINT*,' A = ',ACALL ABORTENDIFEND
