]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/52512 (Cannot match namelist object name)
authorTilo Schwarz <tilo@tilo-schwarz.de>
Mon, 25 Mar 2013 20:11:20 +0000 (20:11 +0000)
committerTilo Schwarz <tiloschwarz@gcc.gnu.org>
Mon, 25 Mar 2013 20:11:20 +0000 (20:11 +0000)
commit6f6fafc9eff46ac56d9279e86676693f28c088b0
treebad93b9648ef2b28d85f31cf7a6dd10c53a76fe9
parent39e45653572c760e4d12d08d859615a1da9b1d81
re PR fortran/52512 (Cannot match namelist object name)

2013-03-25  Tilo Schwarz  <tilo@tilo-schwarz.de>

        PR libfortran/52512
        * io/list_read.c (nml_parse_qualifier): To check for a derived type
        don't use the namelist head element type but the current element type.
        (nml_get_obj_data): Add current namelist element type to
        nml_parse_qualifier call.

2013-03-25  Tilo Schwarz  <tilo@tilo-schwarz.de>

        PR libfortran/52512
        * gfortran.dg/namelist_79.f90: New.

From-SVN: r197061
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/namelist_79.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c