2014-06-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jun 2014 04:23:36 +0000 (04:23 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jun 2014 04:23:36 +0000 (04:23 +0000)
commit3317cc96a96aafe482a10a858df6a8ce6c89d721
tree11decf8910c0b2d6e4ad42bfdb73c274d648449c
parent3f6d888bfbcbaabc3ac1496f60ec585a3e249e27
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212059 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/io/list_read.c