In the pph file, save and restore DECL_INITIAL instead of just
commit74c6c1a634ec4c76881e75395cf083db8942045d
authorcrowl <crowl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2011 21:29:44 +0000 (29 21:29 +0000)
committercrowl <crowl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2011 21:29:44 +0000 (29 21:29 +0000)
treee9e573a82b39e35f26098dfc774479fc9601d3d1
parent84be4c71ec31466c14d9e169d152a0e8d388f742
In the pph file, save and restore DECL_INITIAL instead of just
PARM_DECL DECL_ARG_TYPE.

Index: gcc/cp/ChangeLog.pph

2011-04-29  Lawrence Crowl <crowl@google.com>

* pph-streamer-out.c (pph_stream_write_tree): Write DECL_INITIAL
instead of PARM_DECL DECL_ARG_TYPE.
* pph-streamer-in.c (pph_stream_read_tree): Read DECL_INITIAL
instead of PARM_DECL DECL_ARG_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/pph@173193 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog.pph
gcc/cp/pph-streamer-in.c
gcc/cp/pph-streamer-out.c