re PR fortran/34396 (Length of substrings defined by expressions not correctly comput...
authorPaul Thomas <pault@gcc.gnu.org>
Tue, 17 Jun 2008 18:08:24 +0000 (18:08 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Tue, 17 Jun 2008 18:08:24 +0000 (18:08 +0000)
commit9d5c21c1f0bc3888f494dc9114e27570646c0a8f
tree777ff3563d772b7c13c9ab6364690ee01d5f088d
parente416eb8f028f20ae4eb1f7b7beeee64715c342d8
re PR fortran/34396 (Length of substrings defined by expressions not correctly computed in constructors)

2008-06-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34396
* resolve.c (add_dt_to_dt_list):  New function.
(resolve_fl_derived): Call new function for pointer components
and when derived type resolved.

2008-06-17  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/36366
* gfortran.dg/used_types_20.f90: New test.

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