r179874 - in /branches/pph/gcc: ChangeLog.pph c...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Wed Oct 12 22:19:00 GMT 2011


Author: dnovillo
Date: Wed Oct 12 22:19:05 2011
New Revision: 179874

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179874
Log:
ChangeLog.pph

	* passes.c (rest_of_decl_compilation): Remove stale comment.

cp/ChangeLog.pph

	* cp-tree.h (pushdecl_into_namespace): Remove.
	(print_namespace): Remove.
	* name-lookup.c (add_decl_to_level): Remove unnecessary braces.
	(pushdecl_into_namespace): Remove.
	(print_namespace): Remove.
	* parser.c: Remove ENABLE_CHECKING checks around debugging
	functions.
	(eof_token): Make static.
	(cp_lexer_dump_tokens): Make static.
	(cp_debug_print_tree_if_set): Call print_node_brief.
	(cp_debug_print_context): Likewise.
	(cp_debug_print_unparsed_function): Likewise.
	(cp_lexer_finished_p): Remove.  Update all callers.
	(cp_lexer_get_tokens): Remove.  Update all callers.
	(cp_lexer_token_position): Make static.
	(cp_lexer_purge_token): Merge from mainline.
	(cp_lexer_start_debugging): Set cp_lexer_debug_stream to stderr.
	(cp_lexer_stop_debugging): Set cp_lexer_debug_stream to NULL.
	(cp_parser_declaration): Merge from mainline.
	(cp_parser_class_specifier_1): Likewise.
	(cp_parser_function_definition_from_specifiers_and_declarator):
	Likewise.
	(the_parser): Make static.
	* parser.h (eof_token): Remove.
	(the_parser): Remove.
	(cp_lexer_dump_tokens): Remove.
	(cp_lexer_get_tokens): Remove.
	(cp_lexer_token_position): Remove.
	* pph-streamer.h (pph_add_include): Remove duplicate declaration.

Modified:
    branches/pph/gcc/ChangeLog.pph
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/cp-tree.h
    branches/pph/gcc/cp/name-lookup.c
    branches/pph/gcc/cp/parser.c
    branches/pph/gcc/cp/parser.h
    branches/pph/gcc/cp/pph-streamer.h
    branches/pph/gcc/passes.c



More information about the Gcc-cvs mailing list