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]

egcs/gcc/cp ChangeLog decl.c decl2.c init.c me ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Branch: 	gcc-2_95-branch
Changes by:	law@sourceware.cygnus.com	00/06/09 17:06:44

Modified files:
	gcc/cp         : ChangeLog decl.c decl2.c init.c method.c 

Log message:
	2000-02-07    <loewis@informatik.hu-berlin.de>
	* decl2.c (import_export_decl): vlist ctor wrappers follow virtual
	methods in their interface.
	(vlist_ctor_wrapper_p): new function.
	(finish_vlist_ctor_wrapper): likewise.
	
	2000-02-06    <loewis@informatik.hu-berlin.de>
	* decl2.c (maybe_retrofit_in_chrg): Move call to
	make_vlist_ctor_wrapper from here ...
	* decl.c (grok_ctor_properties): ... to here.
	* decl.c (grokfndecl): ... and here.
	* init.c (no_vlist_base_init): Declare unseen Vlist ctor weak.
	* decl2.c (maybe_retrofit_in_chrg): Be sorry about varargs ctors.
	Bring vtable-thunks patch up to date with Martin's Feb 7th version.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-2_95-branch&r1=1.1052.4.56&r2=1.1052.4.57
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-2_95-branch&r1=1.358.4.12&r2=1.358.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=gcc-2_95-branch&r1=1.216.4.9&r2=1.216.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=gcc-2_95-branch&r1=1.105.4.5&r2=1.105.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=gcc-2_95-branch&r1=1.99.4.3&r2=1.99.4.4


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