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]

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


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


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