r114348 - in /branches/lto: ChangeLog.lto gcc/c...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Sat Jun 3 19:02:00 GMT 2006


Author: kazu
Date: Sat Jun  3 19:02:03 2006
New Revision: 114348

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114348
Log:
	* c-common.c (saved_function_name_decl_d,
	saved_function_name_decl): New.
	(saved_function_name_decls): Change the type to
	VEC(saved_function_name_decl,gc) *.
	(start_fname_decls, finish_fname_decls, fname_decl): Adjust
	the uses of saved_function_name_decls.
	* c-common.h (CTI_SAVED_FUNCTION_NAME_DECLS,
	saved_function_name_decls): Remove.

Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/c-common.c
    branches/lto/gcc/c-common.h



More information about the Gcc-cvs mailing list