This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r106386 - in /branches/gcjx-branch/gcjx: Change...


Author: tromey
Date: Wed Nov  2 17:10:37 2005
New Revision: 106386

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106386
Log:
	* model/class.hh (model_class::ensure_classes_inherited):
	Declare.
	* model/classinst.hh (model_class_instance::ensure_classes_inherited):
	Declare.
	* model/classinst.cc (ensure_classes_inherited): New method.
	(resolve_member_hook): Don't create member classes.
	* model/class.cc (ensure_classes_inherited): New method
	(do_resolve_classes): Use it.

Modified:
    branches/gcjx-branch/gcjx/ChangeLog
    branches/gcjx-branch/gcjx/model/class.cc
    branches/gcjx-branch/gcjx/model/class.hh
    branches/gcjx-branch/gcjx/model/classinst.cc
    branches/gcjx-branch/gcjx/model/classinst.hh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]