re PR libfortran/70684 (incorrect reading of values from file on Windows)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 19 Apr 2016 19:24:28 +0000 (19:24 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 19 Apr 2016 19:24:28 +0000 (19:24 +0000)
commit90eeab20f7aec033494f554a7536954b3be63809
tree69912d458025faceac8aac62606abc7afeff10c9
parent218e9dde70559f520bc54c6b749acb2b678d861e
re PR libfortran/70684 (incorrect reading of values from file on Windows)

2016-04-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/70684
* io/list_read (check_buffers): Add '\r' to check for end of line.
factor.

* gfortran.dg/list_read_14.f90: New test.

From-SVN: r235220
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/list_read_14.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c