re PR fortran/18568 (pointers in derived data types do not transmit shape of pointed...
authorErik Edelmann <erik.edelmann@iki.fi>
Thu, 6 Oct 2005 15:44:01 +0000 (18:44 +0300)
committerTobias Schlüter <tobi@gcc.gnu.org>
Thu, 6 Oct 2005 15:44:01 +0000 (17:44 +0200)
commit3b138408de876d34b13d42dc10acc16d061c1e52
treebc85894fe009224f7f0a35e997328d658d5f925b
parentd739199abbc65d6c08a804d45de89db4530ddc53
re PR fortran/18568 (pointers in derived data types do not transmit shape of pointed to arrays - bug or non-standard feature?)

2005-10-07  Erik Edelmann  <erik.edelmann@iki.fi>
fortran/
        PR 18568
* resolve.c (find_array_spec): Search through the list of
components in the symbol of the type instead of the symbol of the
variable.
testsuite/
PR 18568
* gfortran.dg/der_pointer_3.f90: New test.

From-SVN: r105039
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/der_pointer_3.f90 [new file with mode: 0644]