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] |
On Tue, 2003-07-22 at 16:39, Joseph S. Myers wrote: > On Tue, 22 Jul 2003, Mark Mitchell 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. > > You need to update c-tree.texi, which documents the old way. I checked in this patch on the mainline. -- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com
Attachment:
diffs
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |