re PR fortran/56660 (Fails to read NAMELIST with certain form array syntax)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 1 Apr 2013 20:30:41 +0000 (20:30 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 1 Apr 2013 20:30:41 +0000 (20:30 +0000)
commitba829325377adccbfbbda284643200114c106896
treefe9a975d0da5ed9d4f9782a4e741693a3c4c3520
parenta71751232c9ef260162f2ff0ec75272633a39feb
re PR fortran/56660 (Fails to read NAMELIST with certain form array syntax)

2013-04-01  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/56660
* io/list_read.c (nml_read_obj): Do not reset the read error flag
inside nml_read_obj. If the read error flag is found set just exit.
Fix some whitespace on comments.
(nml_read_obj_data): Reset the read error flag before the first call
to nml_read_object.

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