OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [complex_write.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! pr 19071
3
! test case provided by
4
!   Thomas.Koenig@online.de
5
       program cio
6
       complex a
7
       real r1,r2
8
       a = cmplx(1.0, 2.0)
9
       open(unit=74,status='scratch')
10
       write(74,'(1P,E13.5)')a
11
       rewind(74)
12
!  can read the complex in as two reals, one on each line
13
       read(74,'(E13.5)')r1,r2
14
       if (r1.ne.1.0 .and. r2.ne.2.0) call abort
15
       end

powered by: WebSVN 2.1.0

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