]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR libfortran/71123 (Namelist read failure on Windows)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 11 Aug 2016 17:28:51 +0000 (17:28 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 11 Aug 2016 17:28:51 +0000 (17:28 +0000)
commit4f86e9b1ea298a0b2d95677c733ae0bda8bc53ab
treeb91be223448eb57882c208df98ac5ca6a804eaf5
parente6d4736e4e615e964d644bdf181e23396b33a5a6
backport: re PR libfortran/71123 (Namelist read failure on Windows)

2016-08-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

Backport from trunk
PR libgfortran/71123
PR libgfortran/73142
* io/list_read (eat_spaces): Eat '\r' as part of spaces.

* gfortran.dg/namelist_90.f: New test.

From-SVN: r239382
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/namelist_90.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c