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]

r140783 - in /branches/lto/gcc: ChangeLog.lto l...


Author: espindola
Date: Tue Sep 30 12:41:50 2008
New Revision: 140783

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140783
Log:
2008-09-30 Rafael Espindola  <espindola@google.com>

	* lto-function-in.c (vec_tree_ptr, lto_fixups): Remove.
	(global_vector_enter): Remove the need_fixups argument.
	(global_vector_fixup): Just update globals_index and free the old node.
	Do nothing else.
	(input_field_decl, input_const_decl, input_function_decl,
	input_var_decl, input_parm_decl, input_result_decl,
	input_type_decl, input_label_decl, input_namespace_decl,
	input_translation_unit_decl, input_binfo, input_type): Update call to
	global_vector_enter.
	(input_tree_operand): Don't assert on TREE_VISITED.
	(input_tree): Don't assert on TREE_VISITED.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto-function-in.c


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