-
- Downloads
PR fortran/PR44693
2010-07-06 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/PR44693 * check.c (dim_rank_check): Also check intrinsic functions. Adjust permissible rank for functions which reduce the rank of their argument. Spread is an exception, where DIM can be one larger than the rank of array. 2010-07-06 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/PR44693 * gfortran.dg/dim_range_1.f90: New test. * gfortran.dg/minmaxloc_4.f90: Remove invalid test. From-SVN: r161884
Showing
- gcc/fortran/ChangeLog 8 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/check.c 7 additions, 4 deletionsgcc/fortran/check.c
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/dim_range_1.f90 17 additions, 0 deletionsgcc/testsuite/gfortran.dg/dim_range_1.f90
- gcc/testsuite/gfortran.dg/minmaxloc_4.f90 0 additions, 6 deletionsgcc/testsuite/gfortran.dg/minmaxloc_4.f90
Loading
Please register or sign in to comment