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]

gcc/gcc/cp ChangeLog call.c class.c optimize.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	csl-hpux-branch
Changes by:	nathan@gcc.gnu.org	2003-11-24 16:41:31

Modified files:
	gcc/cp         : ChangeLog call.c class.c optimize.c 

Log message:
	Add vestigial dtor parameter
	* call.c (add_function_candidate): No this pointer on destructors.
	(build_new_method_call): Add in-charge argument.
	* class.c (build_clone): Create in-charge parameter on the clones.
	(adjust_clone_args): Skip a clone's in-charge parameter.
	* optimize.c (maybe_clone_body): Skip a clone's in-charge
	parameter.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=csl-hpux-branch&r1=1.3764&r2=1.3764.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=csl-hpux-branch&r1=1.441&r2=1.441.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=csl-hpux-branch&r1=1.582&r2=1.582.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/optimize.c.diff?cvsroot=gcc&only_with_tag=csl-hpux-branch&r1=1.102&r2=1.102.2.1


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