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
This commit is contained in:
Paul Thomas 2009-10-11 12:24:51 +00:00
parent a14ce12818
commit 1aa4ade670
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
2009-10-11 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40440
PR fortran/41583
* decl.c (hash_value): New function.
(gfc_match_derived_decl): Call it.

View file

@ -1,6 +1,6 @@
2009-10-11 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40440
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.