diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2014-06-27 04:23:36 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2014-06-27 04:23:36 +0000 |
commit | b896e6744e792e14403c788174424f6b547b9afa (patch) | |
tree | 11decf8910c0b2d6e4ad42bfdb73c274d648449c /libgfortran/ChangeLog | |
parent | 5450a05c5b927454821a6f00e0600e600cbd134d (diff) | |
download | gcc-b896e6744e792e14403c788174424f6b547b9afa.zip gcc-b896e6744e792e14403c788174424f6b547b9afa.tar.gz gcc-b896e6744e792e14403c788174424f6b547b9afa.tar.bz2 |
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
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 7ae6d5f..26825ca 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,10 @@ +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. + 2014-06-25 Tobias Burnus <burnus@net-b.de> * caf/single.c (assign_char4_from_char1, assign_char1_from_char4, |