PR java/15710:
* class.c (add_miranda_methods): Load superinterface if not
already loaded.
From-SVN: r88243
+2004-09-28 Tom Tromey <tromey@redhat.com>
+
+ PR java/15710:
+ * class.c (add_miranda_methods): Load superinterface if not
+ already loaded.
+
2004-09-28 Andrew Haley <aph@redhat.com>
PR java/17586
tree elt = BINFO_TYPE (base_binfo);
/* Ensure that interface methods are seen in declared order. */
+ if (!CLASS_LOADED_P (elt))
+ load_class (elt, 1);
layout_class_methods (elt);
/* All base classes will have been laid out at this point, so the order