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]

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


Author: dnovillo
Date: Mon Aug 22 15:10:50 2011
New Revision: 177960

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177960
Log:
	* pph-streamer-in.c (pph_in_tcc_declaration): Factor out
	of pph_read_tree_body.  Handle all decls.
	(pph_in_tcc_type): Factor out of pph_read_tree_body.  Handle
	all types.
	(pph_read_tree_body): Issue a fatal error if a node has not
	been handled.
	* pph-streamer-out.c (pph_out_tcc_declaration): Factor out of
	pph_write_tree_body.  Handle all decls.
	(pph_out_tcc_type): Factor out of pph_write_tree_body.  Handle
	all types.
	(pph_write_tree_body): Issue a fatal error if a node has not
	been handled.

Modified:
    branches/pph/gcc/cp/ChangeLog.pph
    branches/pph/gcc/cp/pph-streamer-in.c
    branches/pph/gcc/cp/pph-streamer-out.c


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