re PR fortran/24958 (ICE on invalid nullify)
commit43bad4beb5160e2e26186d69e8d57da8a6da0413
authorSteven G. Kargl <kargls@comcast.net>
Thu, 2 Feb 2006 19:11:58 +0000 (2 19:11 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Thu, 2 Feb 2006 19:11:58 +0000 (2 19:11 +0000)
tree7f6a1a29aeb5321de575fb75e1b447d73c135f9c
parent14b9dd558c58bc3b167274dfd01def2294594d11
re PR fortran/24958 (ICE on invalid nullify)

2006-02-02  Steven G. Kargl  <kargls@comcast>

PR fortran/24958
match.c (gfc_match_nullify):  Free the list from head not tail.

PR fortran/25072
* match.c (match_forall_header): Fix internal error caused by bogus
gfc_epxr pointers.

gfortran.dg/nullify_2.f90: New test.

From-SVN: r110517
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/nullify_2.f90 [new file with mode: 0644]