This is the mail archive of the gcc-patches@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: C++ PATCH: Use OFFSET_TYPE for pointers to data members


On Tue, 22 Jul 2003 16:25:19 -0700, Mark Mitchell <mark@codesourcery.com> wrote:

> This patch removes a long-standing wart in the C++ front-end's tree
> structure: the fact that pointers to data members were represented as
> a POINTER_TYPE pointing to an OFFSET_TYPE, rather than directly as an
> OFFSET_TYPE.  They are now just OFFSET_TYPEs.

Yay!

Jason


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