This is the mail archive of the gcc@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]
Other format: [Raw text]

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)


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