This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: Use OFFSET_TYPE for pointers to data members
- From: Jason Merrill <jason at redhat dot com>
- To: mark at codesourcery dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 22 Jul 2003 22:41:26 -0400
- Subject: Re: C++ PATCH: Use OFFSET_TYPE for pointers to data members
- References: <200307222325.h6MNPJWL016915@sirius.codesourcery.com>
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