This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why is the TREE_PURPOSE of a CONSTRUCTOR_ELT list for ARRAY_TYPE NULL?


On Mon, Sep 06, 2004 at 03:55:49PM -0400, Daniel Berlin wrote:
> Does that mean that the corresponding index is the last index + 1?

Yes.

> In any case, is this a documentation bug, or a C++ FE bug (IE should i
> expect tree_purpose to always be there, and it's just not getting set in
> the case of the C vtables, or do the docs need updating)?

We should probably change the vtable builder to fill in the values.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]