]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/40440 (Automatic deallocation component of DT function return value)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 11 Oct 2009 12:20:09 +0000 (12:20 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 11 Oct 2009 12:20:09 +0000 (12:20 +0000)
commita14ce12818b1c5c6b3ea4bdd8c6074669cce2a20
treeab7a8a6b559e298513ca0e5ebda70f6f969e436d
parentb89127e20fe4a0e0c2ab526db0301337d4303cd2
re PR fortran/40440 (Automatic deallocation component of DT function return value)

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

PR fortran/40440
* decl.c (hash_value): New function.
(gfc_match_derived_decl): Call it.

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

PR fortran/40440
* gfortran.dg/class_4a.f03: New test with class_4b,c and d.f03.
* gfortran.dg/class_4b.f03: As above.
* gfortran.dg/class_4c.f03: As above.
* gfortran.dg/class_4d.f03: As above.

From-SVN: r152640
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/class_4a.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/class_4b.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/class_4c.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/class_4d.f03 [new file with mode: 0644]