]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/37203 (Check ORDER= of RESHAPE)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 7 Sep 2008 13:33:18 +0000 (13:33 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 7 Sep 2008 13:33:18 +0000 (13:33 +0000)
commitfd7f97542330504c3ead0e857be4a94eb6f55b07
tree7b6b6c1148c1ce29f42903a013d5d58a03c9d417
parent73356a7d3b37e41a0f43a2d95f8def36416bee7d
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
19 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/reshape_order_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/reshape_order_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/reshape_order_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/reshape_order_4.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/generated/reshape_c10.c
libgfortran/generated/reshape_c16.c
libgfortran/generated/reshape_c4.c
libgfortran/generated/reshape_c8.c
libgfortran/generated/reshape_i16.c
libgfortran/generated/reshape_i4.c
libgfortran/generated/reshape_i8.c
libgfortran/generated/reshape_r10.c
libgfortran/generated/reshape_r16.c
libgfortran/generated/reshape_r4.c
libgfortran/generated/reshape_r8.c
libgfortran/intrinsics/reshape_generic.c
libgfortran/m4/reshape.m4
This page took 0.069294 seconds and 5 git commands to generate.