This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r106386 - in /branches/gcjx-branch/gcjx: Change...
- From: tromey at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 02 Nov 2005 17:10:40 -0000
- Subject: 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