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]

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


Author: espindola
Date: Wed Jan 21 09:49:32 2009
New Revision: 143539

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143539
Log:
2009-01-21  Rafael Avila de Espindola  <espindola@google.com>

	* lto-function-out.c (output_inits_in_decl_state,
	output_remaining_constructors_and_inits,
	output_all_constructors_and_inits): Assert that if there is a context
	it is a FUNCTION_DECL.
	(output_function_decl): Don't write decl->decl_minimal.context.
	* lto-function-in.c (input_function_decl): Don't read
	decl->decl_minimal.context.


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


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