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] |
:ADDPATCH fortran: Much better with patch and testcase actually appended... I wrote: > 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.
Attachment:
transpose-2-diff
Description: Text document
Attachment:
transpose_reshape_r10.f90
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |