gcc/gcc/cp ChangeLog class.c typeck.c rtti.c d ...

jason@gcc.gnu.org jason@gcc.gnu.org
Mon May 13 01:00:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	jason@gcc.gnu.org	2002-05-13 01:00:52

Modified files:
	gcc/cp         : ChangeLog class.c typeck.c rtti.c decl2.c 

Log message:
	* class.c (build_vtbl_ref_1): Use fixed_type_or_null.
	(fixed_type_or_null): See through reference vars.
	(build_base_path): Vtable contents are constant.
	* typeck.c (get_member_function_from_ptrfunc): Likewise.
	
	* rtti.c (emit_tinfo_decl): Call import_export_decl.
	* decl2.c (import_export_decl): Set DECL_NOT_REALLY_EXTERN on
	tinfo decls by default.  Don't mess with the builtins.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.2813&r2=1.2814
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&r1=1.447&r2=1.448
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&r1=1.406&r2=1.407
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/rtti.c.diff?cvsroot=gcc&r1=1.131&r2=1.132
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&r1=1.532&r2=1.533



More information about the Gcc-cvs mailing list