On Fri, Jul 8, 2011 at 21:20, Gabriel Charette <gch...@google.com> wrote:
> 2011-07-08 Gabriel Charette <gch...@google.com> > > * pph-streamer-in.c (pph_in_function_decl): Stream in > DECL_CHAIN of FUNCTION_DECL only if it's part of a RECORD_OR_UNION_TYPE > (pph_read_tree): Stream in DECL_CHAIN of VAR_DECL only if it's part > of a RECORD_OR_UNION_TYPE. > * pph-streamer-out.c (pph_out_function_decl): Stream out > DECL_CHAIN of FUNCTION_DECL only if it's part of a RECORD_OR_UNION_TYPE > (pph_write_tree): Stream out DECL_CHAIN of VAR_DECL only if it's part > of a RECORD_OR_UNION_TYPE. Gab, do you still need this patch? In principle, it doesn't make a lot of sense to restrict when we save the DECL_CHAIN in this way. It's not obvious what this would fix or help with. Diego.