re PR fortran/15754 (Accepts assignment of the form P = NULL())
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sun, 11 Jul 2004 16:58:48 +0000 (18:58 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 11 Jul 2004 16:58:48 +0000 (18:58 +0200)
commitf23c56270e1ebe34cbddf05fac21688c8de86845
tree760ad390a178c094378f5a63225a13d981a6ef99
parent5f0bbc1b07223a28b3a1d4de378b897ded0e142c
re PR fortran/15754 (Accepts assignment of the form P = NULL())

fortran/
PR fortran/15754
* expr.c (gfc_check_assign): Print ranks if incompatible. Issue
warning if assigning NULL().

testsuite/
PR fortran/17574
* gfortran.dg/pr15754.f90: New test.
the changes to expr.c were accidentally committed previously

From-SVN: r84521
gcc/fortran/ChangeLog
gcc/testsuite/gfortran.dg/pr15754.f90 [new file with mode: 0644]