-
- Downloads
re PR fortran/37203 (Check ORDER= of RESHAPE)
gcc/fortran/ 2009-06-04 Daniel Franke <franke.daniel@gmail.com> PR fortran/37203 * check.c (gfc_check_reshape): Additional checks for the SHAPE and ORDER arguments. * simplify.c (gfc_simplify_reshape): Converted argument checks to asserts. gcc/testsuite/ 2009-06-04 Daniel Franke <franke.daniel@gmail.com> PR fortran/37203 * gfortran.dg/reshape_order_5.f90: New. * gfortran.dg/reshape_shape_1.f90: New. From-SVN: r148190
Showing
- gcc/fortran/ChangeLog 8 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/check.c 100 additions, 5 deletionsgcc/fortran/check.c
- gcc/fortran/simplify.c 16 additions, 86 deletionsgcc/fortran/simplify.c
- gcc/testsuite/ChangeLog 6 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/reshape_order_5.f90 16 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_order_5.f90
- gcc/testsuite/gfortran.dg/reshape_shape_1.f90 14 additions, 0 deletionsgcc/testsuite/gfortran.dg/reshape_shape_1.f90
Loading
Please register or sign in to comment