re PR fortran/35470 (Valid pointer assigment code gives compilation errors)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 16 Mar 2008 19:14:17 +0000 (19:14 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 16 Mar 2008 19:14:17 +0000 (19:14 +0000)
commitc52938ec21193c37f7c1e76d0517dfe22620be94
tree633db8190966c3533cf3b0b7a952b68a444f85c7
parent41ff0d66b3825f5efbc5bb0135c0348b5ff01244
re PR fortran/35470 (Valid pointer assigment code gives compilation errors)

2008-03-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35470
* resolve.c (check_assumed_size_reference):  Only visit the
first reference and look directly at the highest dimension.

2008-03-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/35470
* gfortran.dg/subref_array_pointer_3.f90 : New test.

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