]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/37707 (Namelist read of array of derived type incorrect)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 23 Oct 2008 02:31:00 +0000 (02:31 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 23 Oct 2008 02:31:00 +0000 (02:31 +0000)
commita7f5d0542a6cad8303a025b07a48d2855091fefa
tree0f795feb40442d1e9dcbe1cb9af2d4ad6fecd921
parenta7bd6332aca18130563fa6dfa25e82c93a9705c1
re PR libfortran/37707 (Namelist read of array of derived type incorrect)

2008-10-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org

PR libfortran/37707
* io/list_read.c (read_character): Remove code to look ahead in namelist
reads to descriminate non-delimited strings from namelist objects.
* io/write.c (namelist_write): Delimit character strings with quote or
apostrophe, defaulting to quote.

From-SVN: r141317
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/write.c