re PR fortran/42309 (Problem with a pointer array passed to a subroutine)
authorJakub Jelinek <jakub@redhat.com>
Wed, 10 Feb 2010 15:10:53 +0000 (16:10 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 10 Feb 2010 15:10:53 +0000 (16:10 +0100)
commit45406a12e9b888ad287fd56f279591718ac2ac2b
tree788968a7abefcd803a6440b4971fa24d31ee8749
parent92e8e53a31939ed5c4697c5e0a0b16af4a357bc3
re PR fortran/42309 (Problem with a pointer array passed to a subroutine)

PR fortran/42309
* trans-expr.c (gfc_conv_subref_array_arg): Avoid accessing
info->dimen after info has been freed.

From-SVN: r156659
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c