expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 10 Jul 2004 12:45:33 +0000 (14:45 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 10 Jul 2004 12:45:33 +0000 (14:45 +0200)
commit7d76d73a576bd1cac0f6084122ed09e90f5509d3
tree57ec2cbe9f8f2290ec632f170cb3cbc49d276643
parent290e757a36c8d3503de812abdfbd84d85c0336e3
expr.c (gfc_check_pointer_assign): Verify that rank of the LHS and RHS match.

* expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
and RHS match. Return early if the RHS is NULL().

From-SVN: r84458
gcc/fortran/ChangeLog
gcc/fortran/expr.c