On Tue, Jun 7, 2011 at 8:44 PM, Gabriel Charette <gch...@google.com> wrote: > We need to stream TREE_TYPE for identifier node.
That seems unlikely, as identifiers do not have a type. There is some TREE_TYPE abuse in cp-tree.h, perhaps you should find out what you're streaming. Why are you not using accessor macros for the other fields of lang_identifier, e.g. not id->label_value but IDENTIFIER_LABEL_VALUE(id)? Ciao! Steven