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

tromey@gcc.gnu.org tromey@gcc.gnu.org
Wed Feb 27 22:26:00 GMT 2008


Author: tromey
Date: Wed Feb 27 22:26:17 2008
New Revision: 132729

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132729
Log:
	* Makefile.in (c-format.o): Depend on gt-c-format.h.
	* c-format.c (struct format_state): Mark with GTY.
	(global_format_state): Likewise.
	(construct_format_state): Allocate global_format_state via GC.
	(c_format_finalize): Don't free global_format_state.
	Include gt-c-format.h.
	(init_dynamic_diag_info): Use global diag_t, not '&t'.
	* c-config-lang.in (gtfiles): Add c-format.h, c-format.c.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/Makefile.in
    branches/incremental-compiler/gcc/c-config-lang.in
    branches/incremental-compiler/gcc/c-format.c



More information about the Gcc-cvs mailing list