r129275 - in /branches/incremental-compiler/gcc...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Fri Oct 12 18:49:00 GMT 2007


Author: tromey
Date: Fri Oct 12 18:49:26 2007
New Revision: 129275

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129275
Log:
	* c-format.h (c_format_finalize): Declare.
	* c-format.c (struct format_state): New struct.
	(global_format_state): New global.
	(construct_format_state): New function.
	(c_format_finalize): Likewise.
	(obdup_mem): Likewise.
	(init_dynamic_asm_fprintf_info): Use global_format_state.
	(init_dynamic_gfc_info): Likewise.
	(init_dynamic_diag_info): Likewise.
	(handle_format_attribute): Call construct_format_state.  Allocate
	on obstack.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-format.c
    branches/incremental-compiler/gcc/c-format.h



More information about the Gcc-cvs mailing list