This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r107683 - in /branches/gcjx-branch/gcjx: Change...
- From: tromey at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 29 Nov 2005 23:35:29 -0000
- Subject: r107683 - in /branches/gcjx-branch/gcjx: Change...
Author: tromey
Date: Tue Nov 29 23:35:28 2005
New Revision: 107683
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107683
Log:
* unify.cc (unifier::imply): Added constraint.
(unifier::consider_lubs): Only look at '>>' constraints.
* model/classinst.cc (contains_p): Handle raw types.
* model/raw.hh (model_raw_class::raw_p): New method.
* model/class.hh (model_class::raw_p): New method.
Modified:
branches/gcjx-branch/gcjx/ChangeLog
branches/gcjx-branch/gcjx/TODO
branches/gcjx-branch/gcjx/model/class.hh
branches/gcjx-branch/gcjx/model/classinst.cc
branches/gcjx-branch/gcjx/model/raw.hh
branches/gcjx-branch/gcjx/unify.cc