re PR fortran/41583 ([OOP] TYPE IS rejected because of way vtable index is implemented)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 11 Oct 2009 12:24:51 +0000 (12:24 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 11 Oct 2009 12:24:51 +0000 (12:24 +0000)
commit1aa4ade670cede4150aba97c5498d78e1704d53c
tree02666835ea9bf6eea4e44d91964d242e50f8fcd9
parenta14ce12818b1c5c6b3ea4bdd8c6074669cce2a20
re PR fortran/41583 ([OOP] TYPE IS rejected because of way vtable index is implemented)

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

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

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

PR fortran/41583
* 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: r152641
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog