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: C++ PATCH: Old ABI compatibility


>>>>> "Chip" == Chip Salzenberg <chip@valinux.com> writes:

    Chip> According to Mark Mitchell:
    >> Depending on the layout algorithms in the C++ compiler is
    >> extremely non-portable.

    Chip> True, BUT: Is it at least safe to assume that single,
    Chip> non-virtual inheritance results in no deltas?

No.  That's true in all the ABI's I know of, but I don't think
anything in the standard guarantees this, and it's conceivable that
someone somewhere will do elsewhere.

--
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]