This is the mail archive of the gcc-patches@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]

[patch, libfortran] PR 17283 unpack issues


This fixes the temporary allocation issues with unpack.

Regression-tested on mainline and 4.0.  OK to commit?

	Thomas

2005-05-22  Thomas Koenig  <Thomas.Koenig@online.de>

	PR libfortran/17283
	* gfortran.fortran-torture/execute/intrinsic_unpack.f90:
	Test callee-allocated memory with write statements.

2005-05-22  Thomas Koenig  <Thomas.Koenig@online.de>

	PR libfortran/17283
	* intrinsics/unpack_generic.c:  Fix name of routine
	on top.  Update copyright years.
	(unpack1):  Remove const from return array descriptor.
	rs:  New variable, for calculating return sizes.
	Populate return array descriptor if ret->data is NULL.

Attachment: unpack-diff
Description: Text document

Attachment: test-diff
Description: Text document


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