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

[Bug fortran/26769] TRANSPOSE() requires _gfortran_transpose_i10 for REAL(10) arrays



------- Comment #4 from tkoenig at gcc dot gnu dot org  2006-03-25 21:15 -------
Subject: Bug 26769

Author: tkoenig
Date: Sat Mar 25 21:15:48 2006
New Revision: 112381

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112381
Log:
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.


Added:
    trunk/gcc/testsuite/gfortran.dg/transpose_reshape_r10.f90
    trunk/libgfortran/generated/reshape_r10.c
    trunk/libgfortran/generated/transpose_r10.c
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/iresolve.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/Makefile.am
    trunk/libgfortran/Makefile.in
    trunk/libgfortran/aclocal.m4
    trunk/libgfortran/m4/iparm.m4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26769


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