[Bug fortran/51825] Fortran runtime error: Cannot match namelist object name

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 20 08:15:00 GMT 2013


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  <tilo@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  <tilo@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



More information about the Gcc-bugs mailing list