This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Patch,libgfortran] Namelist Fails
- From: "Paul Thomas" <paulthomas2 at wanadoo dot fr>
- To: "Steve Kargl" <sgk at troutmask dot apl dot washington dot edu>,Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: <fortran at gcc dot gnu dot org>, "patch" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 18 Apr 2005 23:53:54 +0200
- Subject: [Patch,libgfortran] Namelist Fails
With respect to my posting this morning at 10:28:02:
Regardless of whether or not I have fixed Jerry's problem, the patch that I
posted fixed small, very embarrassing memory leaks that were definitely
there, when derived types were handled.
I have verified that the namelist modifications do not cause any other
memory leaks, for any of the testsuite programs nor for a couple of "working
codes" that make use of namelists with derived types.
Bootstrapped and regtested on Cygwin_NT-5.1/XP.
OK to commit, if possible, yesterday? blush!
2005-04-18 Paul Thomas <pault@gcc.gnu.org>
* io/list_read.c (nml_touch_nodes, nml_read_obj,
nml_get_obj_data): : Fix memory leaks in code for derived types.
Attachment:
list_read.c.bug.diff
Description: Binary data