http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56737
--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-03-29 09:38:20 UTC --- Author: burnus Date: Fri Mar 29 09:37:37 2013 New Revision: 197229 URL: http://gcc.gnu.org/viewcvs?rev=197229&root=gcc&view=rev Log: 2013-03-29 Tobias Burnus <bur...@net-b.de> PR fortran/56737 * io/format.c (parse_format): With caching, copy dtp->format string. (save_parsed_format): Use dtp->format directly without copying. 2013-03-29 Tobias Burnus <bur...@net-b.de> PR fortran/56737 * testsuite/gfortran.dg/fmt_cache_3.f90: New. (Plus: Move fortran/ChangeLog item to libgfortran/ChangeLog) Added: trunk/gcc/testsuite/gfortran.dg/fmt_cache_3.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/testsuite/ChangeLog trunk/libgfortran/ChangeLog trunk/libgfortran/io/format.c