-
- Downloads
re PR libfortran/21127 (reshape of complex broken)
2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21127 * Makefile.am: Add generated/reshape_c4.c and generated/reshape_c8.c. * Makefile.in: Regenerated. * m4/iparm.m4: Define rtype_ccode to be c4 or c8 for complex types, 4 or 8 otherwise. * m4/reshape.m4: Use rtype_ccode instead of rtype_kind in function name. * generated/reshape_c4.c: New file. * generated/reshape_c8.c: New file. 2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21127 * fortran/iresolve.c (gfc_resolve_reshape): Add gfc_type_letter (BT_COMPLEX) for complex to to resolved function name. 2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21127 * gfortran.dg/reshape-complex.f90: New test. From-SVN: r99925
Showing
- gcc/fortran/ChangeLog 7 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/iresolve.c 8 additions, 2 deletionsgcc/fortran/iresolve.c
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/reshape-complex.f90 11 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape-complex.f90
- libgfortran/ChangeLog 13 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/generated/reshape_c4.c 258 additions, 0 deletionslibgfortran/generated/reshape_c4.c
- libgfortran/generated/reshape_c8.c 258 additions, 0 deletionslibgfortran/generated/reshape_c8.c
- libgfortran/m4/iparm.m4 1 addition, 0 deletionslibgfortran/m4/iparm.m4
- libgfortran/m4/reshape.m4 3 additions, 3 deletionslibgfortran/m4/reshape.m4
Loading
Please register or sign in to comment