r179992 - in /branches/pph/gcc: cp/ChangeLog.pp...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Fri Oct 14 15:37:00 GMT 2011


Author: dnovillo
Date: Fri Oct 14 15:37:25 2011
New Revision: 179992

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179992
Log:
	* pph-streamer-in.c (pph_in_mergeable_tree): Remove.  Update all users.
	(pph_in_chain_1): Rename from pph_in_chain.
	Add argument CHAIN.
	(pph_in_chain): Call pph_in_chain_1.
	(pph_in_mergeable_chain): Likewise.
	(pph_in_tcc_declaration): Add documentation on why reading
	DECL_CHAIN is necessary.
	(pph_in_tree_1): Prevent getting DECL_CHAIN clobbered after
	merging into CHAIN.
	* pph-streamer-out.c (pph_out_tree_vec_1): Add argument UNCHAIN.
	Update all users.
	(pph_out_tcc_declaration): Add documentation on why writing
	DECL_CHAIN is necessary

testsuite/ChangeLog.pph:

	* testsuite/g++.dg/pph/c1limits-externalid.cc: Restore timeout.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c
    branches/pph/gcc/testsuite/ChangeLog.pph
    branches/pph/gcc/testsuite/g++.dg/pph/c1limits-externalid.cc



More information about the Gcc-cvs mailing list