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: gcc 3.3


> I didn't see this addressed on the site...will 3.3 be binary compatible 
> with 3.2 (unlike 3.2>3.1)?

The 3.2/3.1 binary compatibilities affect only C++ code.

The intent is for 3.3 to be binary-compatible with 3.2 for C++ code.  As
for libstdc++, the story might be different depending on whether your
platform supports symbol versioning, which is the approach being used to
allow for development while keeping things binary-compatible.  Perhaps
the libstdc++ developers can say more on that one.

Of course there are no warranties for any of this.


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