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

zadeck@gcc.gnu.org zadeck@gcc.gnu.org
Tue Oct 16 14:32:00 GMT 2007


Author: zadeck
Date: Tue Oct 16 14:32:01 2007
New Revision: 129380

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129380
Log:
2007-10-16  Kenneth Zadeck <zadeck@naturalbridge.com>

	* lto-read.c (input_real): Output debugging in proper order.
	(input_integer): Compute bit lengths properly.
	(input_list): Clean up declaration.
	(input_expr_operand): Change calls to input_real to match fix.
	Make reading of LTO_bit_field_ref1 match output.
	(input_local_var): Make reading of attributes match what is being
	written.
	(dump_debug_stream): Also print char in hex.
	(debug_out_fun): Fix signed unsigned mismatch.

2007-10-16  Kenneth Zadeck <zadeck@naturalbridge.com>

	* lto-function-out.c (struct string_slot): Added len.
	(eq_string_slot_node): Fixed to honor real length of strings with nulls.  
	(output_string): Set len and fix debugging.
	(output_expr_operand): Output CASE_HIGH and CASE_LOW properly.
	

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



More information about the Gcc-cvs mailing list