This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/37707] Namelist read of array of derived type incorrect
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Oct 2008 15:29:52 -0000
- Subject: [Bug libfortran/37707] Namelist read of array of derived type incorrect
- References: <bug-37707-109@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #23 from jvdelisle at gcc dot gnu dot org 2008-10-19 15:29 -------
Subject: Bug 37707
Author: jvdelisle
Date: Sun Oct 19 15:28:25 2008
New Revision: 141227
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141227
Log:
2008-10-19 Jerry DeLisle <jvdelisle@gcc.gnu.org
PR libfortran/37863
Backport from trunk.
* io/write_float.def (WRITE_FLOAT): Round to 1.0 correctly.
2008-10-19 Jerry DeLisle <jvdelisle@gcc.gnu.org
PR libfortran/37707
Backport from trunk.
* io/list_read.c (nml_get_obj_data): If the first namelist object rank
is greater than zero, call nml_object_read with the first object rather
than the sub-object.
Modified:
branches/gcc-4_3-branch/libgfortran/ChangeLog
branches/gcc-4_3-branch/libgfortran/io/list_read.c
branches/gcc-4_3-branch/libgfortran/io/write_float.def
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37707