OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [internal_write.f90] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
! PR 14901
2
! Internal writes were appending CR after the last char
3
! written by the format statement.
4
       CHARACTER*10 A
5
       WRITE(A,'(3HGCC)')
6
       IF (A.NE.'GCC       ') THEN
7
!         PRINT*,'A was not filled correctly by internal write'
8
!         PRINT*,' A = ',A
9
          CALL ABORT
10
       ENDIF
11
       END

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.