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 class.c cp-tree.h decl.c ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	ghazi@sourceware.cygnus.com	99/12/11 11:02:10

Modified files:
	gcc/cp         : ChangeLog class.c cp-tree.h decl.c init.c lex.c 
	                 optimize.c pt.c 

Log message:
	* class.c (get_vtable_name): Use a literal format string and
	VTABLE_NAME_PREFIX macro instead of VTABLE_NAME_FORMAT.
	(prepare_fresh_vtable): Likewise.
	
	* cp-tree.h (VTABLE_NAME_PREFIX): Define this instead of
	VTABLE_NAME_FORMAT.
	
	* decl.c (make_rtl_for_local_static): Remove unused variable `type'.
	
	* init.c (build_vec_init): Initialize variable `try_body'.
	
	* lex.c (yyerror): Don't call a variadic function with a
	non-literal format string.
	
	* optimize.c (optimize_function): Call memset, not bzero.
	
	* pt.c (for_each_template_parm_r): Add static prototype.


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