This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Plans for 3.0.4 ?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Joe Buck <jbuck at synopsys dot COM>
- Cc: gcc at gcc dot gnu dot org, bkoz at redhat dot com
- Date: Wed, 16 Jan 2002 18:21:38 +0100
- Subject: Re: Plans for 3.0.4 ?
- References: <200201161712.JAA02215@atrus.synopsys.com>
Joe Buck wrote:
> Re 3.0.4, Paolo writes:
>
> > Gaby probably hints to libstdc++/5037, among others.
> >
> > I would like to add that we have also a triplicate report,
> > libstdc++/5292/5181/3272, fixed only in the mainline, which could be backported
> > rather easily, IMHO.
>
> There's a constraint on any libstdc++ backport fixes: they can't break
> the ABI (code compiled by 3.0.3 must link against 3.0.4 libraries and
> vice versa).
I see.
> But as long as that criterion is met, fixes can be
> backported.
The fix for libstdc++/5037 is already in the branch.
As regards libstdc++/5292/5181/3272, I'm convinced that the fix currently present in
the mainline (http://gcc.gnu.org/ml/gcc-cvs/2001-06/msg00862.html) does *not* break
the ABI.
Benjamin?
Cheers,
Paolo.