check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank checks for...
authorTobias Burnus <burnus@net-b.de>
Sat, 19 Jul 2008 17:20:26 +0000 (19:20 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 19 Jul 2008 17:20:26 +0000 (19:20 +0200)
commitd1a296c11ab091c896267dee5a3d831731fd3143
treeff18b3e0b7885ebb943b679a3de17f7ce56abf8c
parent7b901ac47fb235195a14d401567b0b2677ad8a03
check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add rank checks for cshift's shift and eoshift's shift and boundary args.

2008-07-19  Tobias Burnus  <burnus@net-b.de>

        * check.c (gfc_check_cshift,gfc_check_eoshift,gfc_check_unpack): Add
        rank checks for cshift's shift and eoshift's shift and boundary args.
        (gfc_check_unpack): Add rank and shape tests for unpack.

2008-07-19  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/intrinsic_argument_conformance_2.f90: New.
        * gfortran.dg/zero_sized_1.f90: Fix conformance bugs.

From-SVN: r137983
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/intrinsic_argument_conformance_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/zero_sized_1.f90