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

tromey@gcc.gnu.org tromey@gcc.gnu.org
Fri Nov 16 00:49:00 GMT 2007


Author: tromey
Date: Fri Nov 16 00:49:06 2007
New Revision: 130218

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130218
Log:
	* c-parser.c (struct hunk_binding) <prereqs>: Changed type.
	(c_parser_lookup_callback): Record name/value pairs, not hunk
	signatures.
	(start_new_parsed_hunk): Update.
	(traverse_check_prereq): Update.
	(struct prereq_traverse_data): Removed.
	(c_parser_lex_all): Handle empty files.
	* c-tree.h (lookup_name_no_callback, lookup_tag_no_callback):
	Declare.
	* c-decl.c (lookup_name_no_callback): New function.
	(lookup_tag_no_callback): Likewise.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/c-decl.c
    branches/incremental-compiler/gcc/c-parser.c
    branches/incremental-compiler/gcc/c-tree.h



More information about the Gcc-cvs mailing list