re PR fortran/47778 (reading two arrays of structures from namelist fails)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 27 Feb 2011 20:06:10 +0000 (20:06 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 27 Feb 2011 20:06:10 +0000 (20:06 +0000)
commit353255cd6f48deafcd7e0b0cd5488ec4f82e7c85
tree2d6aff72c8dec42a2cbfc3a0201791ef12bf6b26
parentf6b439c98cc246de3e27c45a30ad5877b7ccb958
re PR fortran/47778 (reading two arrays of structures from namelist fails)

2011-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47778
* io/list_read.c (namelist_read): Intialize the error string buffere.
If pprev_nl was used during the previous namelist read and the rank
was zero, reset the pointer to NULL for the next namelist read.

From-SVN: r170548
libgfortran/ChangeLog
libgfortran/io/list_read.c