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]

Re: Bernd Schmidt, release manager for GCC 2.95.3


> I'll need to rely on people with more knowledge of the C++ frontend
> for this issue.  Martin, Jason, as far as I know the vtable-thunks
> patch has been applied to the 2.95 branch already.  Is there any
> chance whatsoever that it breaks binary compatibility?  If so, it
> will have to be reverted.

In its current form, it does break binary compatibility. 

Before you outright revert it, I'd like to present the cases in which
it currently breaks binary compatibility. With some effort, it would
be possible to reduce these case so that the remaining cases are
unlikely to occur in real life; in those cases, it would also then
reject compilation instead of producing incompatible code.

Also, if that extra effort cannot be invested, it is straight-forward
to disable the entire patch with two lines of linux-configuration
changes, instead of removing that code.

Regards,
Martin

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