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: g++ pointer tracking question


>>>>> "Steve" == Steve Ellcey <sje@cup.hp.com> writes:

> While the change you suggested does fix my problem it looks like it
> breaks other things.

Yep, there are bits in the C++ frontend that expect POINTER_TYPE_P to be
true for pointer to member types.  Seems that the invasive change (dropping
the POINTER_TYPE and just using OFFSET_TYPE) is the right way to go.

Jason


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