This is the mail archive of the gcc-patches@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]

[lto][patch] Stream missing fields in FUNCTION_DECL causing builtins to break


This patch fixes about half of the current streamer failures on the C
test suite:

	* lto-function-out.c (output_function_decl):
	Write function_code and built_in_class fields.
	* lto-function-in.c (input_function_decl):
	Read function_code and built_in_class fields.

--Bill

Attachment: streamer-patch-06-27.txt
Description: Text document


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