]> gcc.gnu.org Git - gcc.git/commit
PR fortran/PR44693
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 6 Jul 2010 19:48:58 +0000 (19:48 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 6 Jul 2010 19:48:58 +0000 (19:48 +0000)
commit7114ab45797aeeca8ef7ca25b215319d551a2b1c
tree43b2eca03385acce1e46e5f7bb4b98b29b0018fe
parent0060a10ae887561aef22299f92098d04aee1cf14
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
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dim_range_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/minmaxloc_4.f90
This page took 0.068565 seconds and 5 git commands to generate.