2009-10-11 Paul Thomas <pault@gcc.gnu.org>
commit5855d1918ea9c541018da459ddaa4997482a17f5
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 2009 12:20:09 +0000 (11 12:20 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Oct 2009 12:20:09 +0000 (11 12:20 +0000)
treeab7a8a6b559e298513ca0e5ebda70f6f969e436d
parent507f83d6921bd936d186be040296d8c4c1e304ca
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152640 138bc75d-0d04-0410-961f-82ee72b054a4
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]