]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/61499 (Internal read of negative integer broken)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 27 Jun 2014 04:23:36 +0000 (04:23 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 27 Jun 2014 04:23:36 +0000 (04:23 +0000)
commitb896e6744e792e14403c788174424f6b547b9afa
tree11decf8910c0b2d6e4ad42bfdb73c274d648449c
parent5450a05c5b927454821a6f00e0600e600cbd134d
re PR libfortran/61499 (Internal read of negative integer broken)

2014-06-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/61499
* io/list_read.c (eat_spaces): Use a 'for' loop instead of
'while' loop to skip the loop if there are no bytes left in the
string. Only seek if actual spaces can be skipped.

From-SVN: r212059
libgfortran/ChangeLog
libgfortran/io/list_read.c