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.

> 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)?

Yes, this needs to be fixed.


Diego.

Reply via email to