[patch, fortran] Fix PR 26769: transpose and reshape for real(kind=10), revert automake to 1.9.3

Thomas Koenig Thomas.Koenig@online.de
Thu Mar 23 17:11:00 GMT 2006


Hello world,

this patch fixes PR 26769 and (because I needed to regenerate
Makefile.in) reverts automake within the libgfortran directory to
1.9.3, where it belongs.

This is why I am deviating from the usual practice by also including
diffs for generated files.  I want to make sure that whoever reviews
this patch also tries out this part.

Regression-tested on i686-pc-linux-gnu.  OK for trunk?  OK for 4.1?

	Thomas

2006-03-23  Thomas Koenig  <Thomas.Koenig@online.de>

	PR fortran/26769
	* iresolve.c (gfc_resolve_reshape):  Remove doubling of
	kind for complex. For real(kind=10), call reshape_r10.
	(gfc_resolve_transpose):  For real(kind=10), call
	transpose_r10.

2006-03-23  Thomas Koenig  <Thomas.Koenig@online.de>

	PR fortran/26769
	* Makefile.am:  Add transpose_r10.c and reshape_r10.c.
	* aclocal.m4:  Regenerate using aclocal 1.9.3.
	* Makefile.in:  Regenerate using automake 1.9.3.
	* m4/iparm.m4 (rtype_ccode):  If rtype_letter is `i',
	evaluate to rtype_kind, otherwise to rtype_code.
	* generated/transpose_r10.c:  Add.
	* generated/reshape_r10.c:  Add.

2006-03-23  Thomas Koenig  <Thomas.Koenig@online.de>

	PR fortran/26769
	* gfortran.dg/transpose_reshape_r10.f90:  New test case.



More information about the Gcc-patches mailing list