-
- Downloads
re PR fortran/37203 (Check ORDER= of RESHAPE)
2008-09-07 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/37203 * intrinsics/reshape_generic.c: Add checking on out-of-bounds and duplicate values of order argument. * m4/reshape.m4: Likewise. * generated/reshape_c10.c: Regenerated. * generated/reshape_c16.c: Regenerated. * generated/reshape_c4.c: Regenerated. * generated/reshape_c8.c: Regenerated. * generated/reshape_i16.c: Regenerated. * generated/reshape_i4.c: Regenerated. * generated/reshape_i8.c: Regenerated. * generated/reshape_r10.c: Regenerated. * generated/reshape_r16.c: Regenerated. * generated/reshape_r4.c: Regenerated. * generated/reshape_r8.c: Regenerated. 2008-09-07 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/37203 * gfortran.d/reshape_order_1.f90: New test case. * gfortran.d/reshape_order_2.f90: New test case. * gfortran.d/reshape_order_3.f90: New test case. * gfortran.d/reshape_order_4.f90: New test case. From-SVN: r140086
Showing
- gcc/testsuite/ChangeLog 8 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/reshape_order_1.f90 18 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_order_1.f90
- gcc/testsuite/gfortran.dg/reshape_order_2.f90 16 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_order_2.f90
- gcc/testsuite/gfortran.dg/reshape_order_3.f90 16 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_order_3.f90
- gcc/testsuite/gfortran.dg/reshape_order_4.f90 16 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_order_4.f90
- libgfortran/ChangeLog 18 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/generated/reshape_c10.c 27 additions, 0 deletionslibgfortran/generated/reshape_c10.c
- libgfortran/generated/reshape_c16.c 27 additions, 0 deletionslibgfortran/generated/reshape_c16.c
- libgfortran/generated/reshape_c4.c 27 additions, 0 deletionslibgfortran/generated/reshape_c4.c
- libgfortran/generated/reshape_c8.c 27 additions, 0 deletionslibgfortran/generated/reshape_c8.c
- libgfortran/generated/reshape_i16.c 27 additions, 0 deletionslibgfortran/generated/reshape_i16.c
- libgfortran/generated/reshape_i4.c 27 additions, 0 deletionslibgfortran/generated/reshape_i4.c
- libgfortran/generated/reshape_i8.c 27 additions, 0 deletionslibgfortran/generated/reshape_i8.c
- libgfortran/generated/reshape_r10.c 27 additions, 0 deletionslibgfortran/generated/reshape_r10.c
- libgfortran/generated/reshape_r16.c 27 additions, 0 deletionslibgfortran/generated/reshape_r16.c
- libgfortran/generated/reshape_r4.c 27 additions, 0 deletionslibgfortran/generated/reshape_r4.c
- libgfortran/generated/reshape_r8.c 27 additions, 0 deletionslibgfortran/generated/reshape_r8.c
- libgfortran/intrinsics/reshape_generic.c 27 additions, 0 deletionslibgfortran/intrinsics/reshape_generic.c
- libgfortran/m4/reshape.m4 27 additions, 0 deletionslibgfortran/m4/reshape.m4
Loading
Please register or sign in to comment