[multiple changes]
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 13 Jul 2005 18:43:14 +0000 (18:43 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Wed, 13 Jul 2005 18:43:14 +0000 (18:43 +0000)
commitb125b4cf0fafb073f4212939cd8b5e48a58e727d
tree1c28fb5dafb8fc2f620f979446e0d67d6873cd05
parentecd485052f235f6fcf01a1c3a24c678ee0c159e1
[multiple changes]

2005-07-13 Paul Thomas  <pault@gcc.gnu.org>

* io/read.c (read_complex): Prevent X formatting during reads
from going beyond EOR to fix NIST fm908.FOR failure.
* io/list_read.c (read_complex): Allow complex data in list-
directed reads to have eols either side of the comma to
fix NIST FM906.FOR failure.

2005-07-13  Paul Thomas  <pault@gcc.gnu.org>

* gfortran.dg/past_eor.f90: New.
* gfortran.dg/complex_read.f90: New.

From-SVN: r101984
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/complex_read.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/past_eor.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/read.c