This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.5 Status (2004-08-29)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, neroden at fastmail dot fm, gcc at gcc dot gnu dot org
- Date: Mon, 30 Aug 2004 11:06:22 +0200
- Subject: Re: GCC 3.5 Status (2004-08-29)
- References: <10408301022.AA24170@vlsi1.ultra.nyu.edu> <1093863754.17130.27.camel@pc.site>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Aug 30, 2004 at 01:02:34PM +0200, Laurent GUERBY wrote:
> On Mon, 2004-08-30 at 12:22, Richard Kenner wrote:
> > > Is Ada functioning a requirement for the release? If so it seems a
> > > moderately bad idea to go into stage 3 with it totally busted.
> >
> > The answer to the first question has always been "no". But in practice,
> > my expectation is that it will work fine on the release.
>
> We had a barely working Ada compiler in 3.3 (fortunately enough for
> bootstraping 3.4 and 3.5 on x86 and x86_64), a fully working compiler on
> 3.4 (100% pass on x86 at -O0) and it looks like 3.5 will have 100% pass
Well, fully working on x86, not working in 3.4 on 64-bit architectures
and not working on ppc32 (while it worked in 3.3 on all of them).
Jakub