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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [read_x_eof.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! PR43265 No EOF condition if reading with '(x)' from an empty file
3
! Test case from the reporter.
4
program pr43265
5
implicit none
6
integer::i
7
open(23,status="scratch")
8
write(23,'(a)') "Line 1"
9
write(23,'(a)') "Line 2"
10
write(23,'(a)') "Line 3"
11
rewind(23)
12
do i=1,10
13
  read(23,'(1x)',end=12)
14
enddo
15
12 if (i.ne.4) call abort
16
end

powered by: WebSVN 2.1.0

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