]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/26769 (Implement transpose() and reshape() for real instead of using...
authorThomas Koenig <Thomas.Koenig@online.de>
Sat, 25 Mar 2006 21:15:48 +0000 (21:15 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 25 Mar 2006 21:15:48 +0000 (21:15 +0000)
commit9a0fb43ea1f6aabf4668d4ad3faf76c2da4d8647
treeecdfff8b892396495441f76b77c91589555fd96d
parentfe1f8f442ef9952650c38ae0383498d41965775c
re PR fortran/26769 (Implement transpose() and reshape() for real instead of using integer)

2006-03-25  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-25  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-25  Thomas Koenig  <Thomas.Koenig@online.de>

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

From-SVN: r112381
gcc/fortran/ChangeLog
gcc/fortran/iresolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/transpose_reshape_r10.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/Makefile.am
libgfortran/Makefile.in
libgfortran/aclocal.m4
libgfortran/generated/reshape_r10.c [new file with mode: 0644]
libgfortran/generated/transpose_r10.c [new file with mode: 0644]
libgfortran/m4/iparm.m4
This page took 0.063591 seconds and 5 git commands to generate.