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] ABI vtable ordering




--On Saturday, August 03, 2002 04:44:13 PM +0100 Nathan Sidwell <nathan@codesourcery.com> wrote:

Mark,
this fixes 7470 and lays down the trailing part of the primary
vtable in the ABI defined order. Rather than keep two separate
lists of new vfuncs and overridden vfuncs, we now have a single
list -- this makes the code a bit simpler :-)
OK.  Thanks for doing this quickly, and thanks to Jason for his
review.  Please let me know when it's checked in.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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