[Bug fortran/56660] Fails to read NAMELIST with certain form array syntax
jvdelisle at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 1 20:33:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56660
--- Comment #2 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2013-04-01 20:33:52 UTC ---
Author: jvdelisle
Date: Mon Apr 1 20:30:41 2013
New Revision: 197321
URL: http://gcc.gnu.org/viewcvs?rev=197321&root=gcc&view=rev
Log:
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.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/list_read.c
More information about the Gcc-bugs
mailing list