This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] libstdc++/14493
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 30 Jan 2007 19:30:46 +0100
- Subject: Re: [Patch] libstdc++/14493
- References: <45BF8A15.90604@suse.de> <45BF8C77.6070906@redhat.com>
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.