This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.0.2 Status
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Tue, 27 Sep 2005 09:27:25 -0700
- Subject: Re: GCC 4.0.2 Status
- References: <43395E26.1080002@codesourcery.com>
On Tue, Sep 27, 2005 at 07:58:46AM -0700, Mark Mitchell wrote:
> Now that Benjamin and Eric have fixed the Solaris issues in libstdc++
> (yay!), I know of no reason not to spin a release. I'm going to take a
> final pass through the open PRs and look for show-stoppers. Is anyone
> aware of regressions from previous 4.0.x releases that are wrong-code,
> ice-on-valid, or rejects-valid? That will be the class of bugs that
> would concern me most.
The libstdc++ ChangeLog looks like
2005-09-25 Benjamin Kosnik <bkoz@redhat.com>
Eric Botcazou <ebotcazou@libertysurf.fr>
* include/ext/mt_allocator.h
(__per_type_pool<...true>::_S_initialize_once): Always call
_M_initialize_once.
(__common_pool<...true>::_S_initialize_once): Same.
2005-09-20 Release Manager
* GCC 4.0.2 released.
Will it be updated before 4.0.2 is released?
H.J.