re PR fortran/29315 (error passing an array derived from type element)
authorPaul Thomas <pault@gcc.gnu.org>
Fri, 10 Nov 2006 17:21:57 +0000 (17:21 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Fri, 10 Nov 2006 17:21:57 +0000 (17:21 +0000)
commit95fe073894db31e7495109bbaf2251673e9d3ce4
tree8f99da864a8c9eb9ed8ea2089a5e47c1ccffb58c
parent29520adf7d46186470718cbd7d277db6c85ac0be
re PR fortran/29315 (error passing an array derived from type element)

2006-11-10 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29315
* trans-expr.c (is_aliased_array): Treat correctly the case where the
component is itself and array or array reference.

2006-11-10 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29315
* gfortran.dg/aliasing_dummy_4.f90: New test.

From-SVN: r118659
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/aliasing_dummy_4.f90 [new file with mode: 0644]