OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2010-10-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
gfortran.dg
/
streamio_16.f90
diff --git
a/gcc/testsuite/gfortran.dg/streamio_16.f90
b/gcc/testsuite/gfortran.dg/streamio_16.f90
index
a415389
..
7a1ab11
100644
(file)
--- a/
gcc/testsuite/gfortran.dg/streamio_16.f90
+++ b/
gcc/testsuite/gfortran.dg/streamio_16.f90
@@
-10,7
+10,7
@@
do i=1,17
read( 50, *,pos=i)
inquire(50, access=sAccess, pos=mypos)
if (sAccess.ne."STREAM") call abort
- if (
mypos.ne.18
) call abort
+ if (
(mypos.ne.18).and.(mypos.ne.19)
) call abort
end do
read (50,*, end=10)
call abort