On Tue, Jun 7, 2011 at 11:50 PM, Diego Novillo <dnovi...@google.com> wrote:
> On Tue, Jun 7, 2011 at 14:12, Steven Bosscher <stevenb....@gmail.com> wrote:
>> 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.
>
> It's used by the C++ parser, so it needs to be streamed in pph.

Yes, but you should not stream TREE_TYPE but use the accessor macro
that uses TREE_TYPE. Otherwise, if someone gets around to making
IDENTIFIER nodes non-typed trees (and update cp-tree.h accordingly)
the streaming will break.

Ciao!
Steven

Reply via email to