This is the mail archive of the gcc@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: 3.1/3.2 C++ ABI change


>>>>> Matt Austern writes:

Matt> (1) Was it the intention behind the ABI compatibility switch that it
Matt> should cover this vtable change?

	The ABI compatibility switch is suppose to allow a choice among
multiple ABI changes.  The current choices are 3.2 or current.  GCC 3.1
was declared no longer supported.  If you want to add another option to
the switch to handle GCC 3.1, it is up to the maintainer to decide whether
to accept and support that into the future.

	Theoretically the "switch" can handle the vtable change, but the
current implementation does not have an option for GCC 3.1 compatibility.

David



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