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]

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


Author: tromey
Date: Thu Nov 29 00:18:33 2007
New Revision: 130506

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130506
Log:
	* c-parser.c (c_parser_translation_unit): Handle a wrong guess by
	c_parser_find_decl_boundary.  Only set parsed_any if a new hunk
	was started.
	* server.c (server_start): Move declaration to start of function.
	* ggc-page.c (gt_ggc_m_S): Cast argument to
	gt_ggc_mx_lang_tree_node.
	* c-decl.c (c_gimple_diagnostics_recursively): Comment out.
	* c-format.c (handle_format_attribute): Copy format_types_orig.
	* gengtype.c (write_root): Cast gt_ggc_m_S to gt_pointer_walker.
	* dwarf2out.c (equate_type_number_to_die): Move declaration to
	start of function.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-decl.c
    branches/incremental-compiler/gcc/c-format.c
    branches/incremental-compiler/gcc/c-parser.c
    branches/incremental-compiler/gcc/dwarf2out.c
    branches/incremental-compiler/gcc/gengtype.c
    branches/incremental-compiler/gcc/ggc-page.c
    branches/incremental-compiler/gcc/server.c


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