This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1st draft: PRs fixed in 3.1.1
- From: Joe Buck <Joe dot Buck at synopsys dot com>
- To: schmid at snake dot iap dot physik dot tu-darmstadt dot de (Peter Schmid)
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 16 Jul 2002 10:52:14 -0700 (PDT)
- Subject: Re: 1st draft: PRs fixed in 3.1.1
Peter Schmid wrote:
> I believe you missed the libstdc++ related changes.
> From the ChangeLog I compiled the following list.
Right, thanks for noticing and thanks for your list. I see I missed
some libjava PR's as well.
Of your list, 6641 isn't really "fixed", it's just documented that
the user must rebuild libstdc++ with __USE_MALLOC defined if s/he
wishes to use it. Since this used to be unnecessary, the regression
is still present for users who used the feature before (the most common
use was for memory leak detection).
Also, was 6750 actually present in the 3.1 release, or just on the
branch? It's unclear from the report. If no one answers, I'll try
to find out myself later today.
...
> PR libstdc++/6641 -D__USE_MALLOC doesn't link
...
> PR libstdc++/6750 ofstream incorrectly sets failbit (severe regression)