This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [Patch] libstdc++/14493


Benjamin Kosnik wrote:

Please wait on this. I promise to review this first thing tomorrow, but I'm bailing now and can't get to it immediately.

No problem.


First off, if the last release of libstdc++ (4.1.2 incl) had 6.0.8 then your versioning is extreme: there's something wrong.

Well, 4.2.0 will have 6.0.9, current mainline has 6.0.10 (because of the debug-mode fixes which I have already mentioned). As I already explained, bumping mainline to 6.0.11 allows to have the debug-mode fixes in 4.2.x, if we want, separately from the present changes. But we could as well export the new symbols @6.0.10, ok with me.


The libsupc++ symbols do seem to be in an odd space.

Well, I may agree, in principle. However, all the existing std::bad_alloc, bad_cast, bad_typeid, bad_exception, and exception symbols were already exported together with the other generic library symbols, see for example the entry std::ba[a-r]* which I'm commenting out.


Paolo.


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