gcc/gcjx ChangeLog TODO model/invoke.cc model/ ...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Fri Oct 14 22:04:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcjx-branch
Changes by:	tromey@gcc.gnu.org	2005-10-14 22:04:40

Modified files:
	gcjx           : ChangeLog TODO 
	gcjx/model     : invoke.cc invoke.hh method.cc method.hh 
	                 parameters.hh 

Log message:
	* model/invoke.cc (potentially_applicable_p): New methods.
	* model/invoke.hh (model_invocation_base::potentially_applicable_p):
	Declare.
	(model_generic_invocation::potentially_applicable_p): Likewise.
	* model/parameters.hh (model_parameters::size): New method.
	* model/method.hh (model_method::potentially_applicable_p):
	Declare.
	* model/method.cc (method_conversion_p): Removed early
	applicability test.
	(potentially_applicable_p): New methods.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.142&r2=1.1.2.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/TODO.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.49&r2=1.1.2.50
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/invoke.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/invoke.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/method.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/method.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.5&r2=1.1.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/model/parameters.hh.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2



More information about the Gcc-cvs mailing list