Stefan Teleman <Stefan.Teleman at sun.com> writes: > That is not the case for C++. GCC's C++ ABI is not stable, and it changes in > an > incompatible way, even between Minor Releases.
That has not been the case for a while now. The C++ ABI generated by GCC has been stable since the GCC 3.4 release four years ago. The libstdc++ ABI is also stable, although libstdc++ is not fully backward and forward compatible, in the sense that a program compiled with the libstdc++ distributed with GCC 4.3 may use symbols which are not defined by the lisbtdc++ distributed with GCC 3.4. [ This message was forwarded to me--I'm not on the opensolaris-arc mailing list. Please CC me explicitly on any relevant replies. ] Ian