r177960 - in /branches/pph/gcc/cp: ChangeLog.pp...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Mon Aug 22 15:10:00 GMT 2011
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
More information about the Gcc-cvs
mailing list