This is the mail archive of the gcc-patches@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: [v3] bump versioning on branch



> This would mean that GCC 3.0.1's libstdc++-v3 is binary compatible
> with 3.0's, which I'm not sure is the case given some differences in
> the layout of empty or virtual base classes (I don't recall exactly).
> If these changes don't affect libstdc++-v3, this patch is ok.

I am assuming this is the case. The C++ ABI is assumed set on the 3.0.x 
branch. Furthermore, the library changes haven't broken the ABI.

> Otherwise, we have an interface change, in which case CURRENT should
> be incremented and both REVISION and AGE should be set to 0, as per
> the libtool manual.

Then I'll just use -release. There is no point in keeping major change 
off the branch in order to preserve the ABI if every single minor release 
is going to be a new interface.

:(

benjamin


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