-
- Downloads
re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution test)
2005-07-07 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21594 * intrinsics/eoshift0.c: If abs(shift) > len, fill the the whole array with the boundary value, but don't overrun it. * intrinsics/eoshift2.c: Likewise. * m4/eoshift1.m4: Likewise. * m4/eoshift3.m4: Likewise. * generated/eoshift1_4.c: Regenerated. * generated/eoshift1_8.c: Regenerated. * generated/eoshift3_4.c: Regenerated. * generated/eoshift3_8.c: Regenerated. 2005-07-07 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21594 * gfortran.fortran-torture/execute/intrinsic_eoshift.f90: Add test cases where the shift length is greater than the array length. From-SVN: r101738
Showing
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_eoshift.f90 28 additions, 0 deletions...te/gfortran.fortran-torture/execute/intrinsic_eoshift.f90
- libgfortran/ChangeLog 13 additions, 0 deletionslibgfortran/ChangeLog
- libgfortran/generated/eoshift1_4.c 8 additions, 1 deletionlibgfortran/generated/eoshift1_4.c
- libgfortran/generated/eoshift1_8.c 8 additions, 1 deletionlibgfortran/generated/eoshift1_8.c
- libgfortran/generated/eoshift3_4.c 8 additions, 1 deletionlibgfortran/generated/eoshift3_4.c
- libgfortran/generated/eoshift3_8.c 8 additions, 1 deletionlibgfortran/generated/eoshift3_8.c
- libgfortran/intrinsics/eoshift0.c 12 additions, 3 deletionslibgfortran/intrinsics/eoshift0.c
- libgfortran/intrinsics/eoshift2.c 14 additions, 5 deletionslibgfortran/intrinsics/eoshift2.c
- libgfortran/m4/eoshift1.m4 8 additions, 1 deletionlibgfortran/m4/eoshift1.m4
- libgfortran/m4/eoshift3.m4 8 additions, 1 deletionlibgfortran/m4/eoshift3.m4
Loading
Please register or sign in to comment