This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.7.0 Status Report (2011-09-09)
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, "Joseph S. Myers" <joseph at codesourcery dot com>
- Date: Fri, 9 Sep 2011 09:16:34 +0200
- Subject: Re: GCC 4.7.0 Status Report (2011-09-09)
- References: <20110909070930.GP27949@sunsite.ms.mff.cuni.cz>
On Fri, Sep 9, 2011 at 9:09 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> Status
> ======
>
> The trunk is in Stage 1, which, if we follow roughly the 4.6
> release schedule, should end around end of October.
> At this point I'd like to gather the status of the various
> development branches that haven't been merged into trunk yet
> and whether it is possible to merge them with such a schedule
> or whether e.g. a two weeks delay would help them.
> In particular, is transactional-memory branch mergeable within
> a month and half, at least some parts of cxx-mem-model branch,
> bitfield lowering? ?What is the status of lra, reload-2a, pph,
> cilkplus, gupc (I assume at least some of these are 4.8+ material)?
Bitfield lowering is not going to happen (well, completely at least) unless
I can find some more time to work on it. Instead I want to finally
make no-longer-sign-extending sizetypes happen for 4.7, which currently
only waits on Ada frontend issues.
Btw, end of October will then be 7 1/2 month worth of stage1 already.
Richard.