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]

Re: New C++ ABI: patches.


>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:

Mark> This new code will fire even in the old ABI, and mangle_decl
Mark> probably isn't the right thing to use in the old ABI.  Do you
Mark> want to bracket this new code with:
Mark>   if (!flag_new_abi)
Mark> ?  You know best -- this code only fires for Java types...

Once we add the new methods to Object.h we won't be able to use the
old ABI.  We could conditionalize those methods but that brings up
an ugly issue -- namely that our installed headers are currently
configuration-independent, and this would make them not so.

Tom

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