2 ! PR26423 Large file I
/O error related
to buffering
3 ! Test case derived from case by Dale Ranta
.
4 ! Submitted by Jerry DeLisle
<jvdelisle@gcc
.gnu
.org
>
5 integer :: a
(3000) , b
(2048)
17 if (a
(1).ne
.1) call abort
()
18 if (a
(2).ne
.3) call abort
()
19 if (b
(1).ne
.2) call abort
()
20 if (b
(2).ne
.5) call abort
()
21 if (a
(3000).ne
.1234) call abort
()
22 if (b
(2048).ne
.5678) call abort
()
23 close
(2, status
='delete')