diff options
author | Tobias Burnus <burnus@net-b.de> | 2013-03-29 10:37:37 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-03-29 10:37:37 +0100 |
commit | d80b9b477774b0e783f943cd86334ca64b9a477b (patch) | |
tree | 4927153fd52d2d17a343896d19bad4246aa38bdc /libgfortran/ChangeLog | |
parent | a0b012be6aef65bd11107f8dac814c3ac36f95d0 (diff) | |
download | gcc-d80b9b477774b0e783f943cd86334ca64b9a477b.zip gcc-d80b9b477774b0e783f943cd86334ca64b9a477b.tar.gz gcc-d80b9b477774b0e783f943cd86334ca64b9a477b.tar.bz2 |
re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith strings)
2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737
* io/format.c (parse_format): With caching, copy
dtp->format string.
(save_parsed_format): Use dtp->format directy without
copying.
2013-03-29 Tobias Burnus <burnus@net-b.de>
PR fortran/56737
* testsuite/gfortran.dg/fmt_cache_3.f90: New.
(Plus: Move fortran/ChangeLog item to libgfortran/ChangeLog)
From-SVN: r197229
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 61c9fd1..a959728 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,18 @@ +2013-03-29 Tobias Burnus <burnus@net-b.de> + + PR fortran/56737 + * io/format.c (parse_format): With caching, copy + dtp->format string. + (save_parsed_format): Use dtp->format directy without + copying. + +2013-03-29 Tobias Burnus <burnus@net-b.de> + + PR fortran/56735 + * io/list_read.c (nml_query): Only abort when + an error occured. + (namelist_read): Add goto instead of falling through. + 2013-03-25 Tilo Schwarz <tilo@tilo-schwarz.de> PR libfortran/52512 |