gcc/libgfortran/io
Tobias Burnus d80b9b4777 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
2013-03-29 10:37:37 +01:00
..
close.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
fbuf.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
fbuf.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
file_pos.c Improve performance of byte-swapped I/O. 2013-01-23 23:56:54 +02:00
format.c re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith strings) 2013-03-29 10:37:37 +01:00
format.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
inquire.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
intrinsics.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
io.h Improve performance of byte-swapped I/O. 2013-01-23 23:56:54 +02:00
list_read.c re PR fortran/56735 (Namelist Read Error with question marks) 2013-03-29 10:32:57 +01:00
lock.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
open.c re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed) 2013-03-20 08:45:49 +01:00
read.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
size_from_kind.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
transfer.c Use C99 bool instead of enum try. 2013-03-19 13:13:32 +02:00
transfer128.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
unit.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
unix.c Fix regression when writing formatted sequential to a pipe. 2013-02-21 21:03:10 +02:00
unix.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
write.c Use C99 bool instead of enum try. 2013-03-19 13:13:32 +02:00
write_float.def Use C99 bool instead of enum try. 2013-03-19 13:13:32 +02:00