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]

C++ ABI issues


There are several C++ ABI incompatibilities between 3.0.x and 3.1.x.  Most
of these will not prevent code built with different compilers from linking
together, but will cause a resulting program to fail in obscure ways.  I'm
not happy with this state of affairs, but I'm not sure what to do about
it.  One answer would be to bump the mangling version for non-ia64 targets,
so that incompatible code will fail to link.

Thoughts?

Jason


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