This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r198373 - in /branches/gcc-4_7-branch: gcc/test...


Author: jvdelisle
Date: Sun Apr 28 16:50:19 2013
New Revision: 198373

URL: http://gcc.gnu.org/viewcvs?rev=198373&root=gcc&view=rev
Log:
2013-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	Backport from mainline:
	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-04-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	Backport from trunk:

	PR fortran/52512
	* gfortran.dg/namelist_79.f90: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/namelist_79.f90
Modified:
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/libgfortran/ChangeLog
    branches/gcc-4_7-branch/libgfortran/io/list_read.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]