http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51825
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-03-20 08:15:17 UTC --- Author: burnus Date: Wed Mar 20 07:56:02 2013 New Revision: 196806 URL: http://gcc.gnu.org/viewcvs?rev=196806&root=gcc&view=rev Log: 2013-03-20 Tilo Schwarz <t...@tilo-schwarz.de> PR libfortran/51825 * io/list_read.c (nml_read_obj): Don't end the component loop on a nested derived type, but continue with the next loop iteration. (nml_get_obj_data): Don't move the first_nl pointer further in the list if a qualifier was found. 2013-03-20 Tilo Schwarz <t...@tilo-schwarz.de> PR libfortran/51825 * gcc/testsuite/gfortran.dg/namelist_77.f90: New. * gcc/testsuite/gfortran.dg/namelist_78.f90: New. Added: trunk/gcc/testsuite/gfortran.dg/namelist_77.f90 trunk/gcc/testsuite/gfortran.dg/namelist_78.f90 Modified: trunk/gcc/testsuite/ChangeLog trunk/libgfortran/ChangeLog trunk/libgfortran/io/list_read.c