From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2882 invoked by alias); 30 Aug 2004 18:42:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2869 invoked from network); 30 Aug 2004 18:42:49 -0000 Received: from unknown (HELO sunsite.ms.mff.cuni.cz) (195.113.15.26) by sourceware.org with SMTP; 30 Aug 2004 18:42:49 -0000 Received: from sunsite.ms.mff.cuni.cz (sunsite.mff.cuni.cz [127.0.0.1]) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8) with ESMTP id i7UGP03j026492; Mon, 30 Aug 2004 18:25:00 +0200 Received: (from jakub@localhost) by sunsite.ms.mff.cuni.cz (8.12.8/8.12.8/Submit) id i7UGOx1Q026490; Mon, 30 Aug 2004 18:24:59 +0200 Date: Mon, 30 Aug 2004 20:04:00 -0000 From: Jakub Jelinek To: Laurent GUERBY Cc: Richard Kenner , neroden@fastmail.fm, gcc@gcc.gnu.org Subject: Re: GCC 3.5 Status (2004-08-29) Message-ID: <20040830162459.GF30497@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <10408301022.AA24170@vlsi1.ultra.nyu.edu> <1093863754.17130.27.camel@pc.site> <20040830090622.GD30497@sunsite.ms.mff.cuni.cz> <1093888894.17130.45.camel@pc.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093888894.17130.45.camel@pc.site> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-08/txt/msg01510.txt.bz2 On Mon, Aug 30, 2004 at 08:01:34PM +0200, Laurent GUERBY wrote: > On Mon, 2004-08-30 at 11:06, Jakub Jelinek wrote: > > On Mon, Aug 30, 2004 at 01:02:34PM +0200, Laurent GUERBY wrote: > > > 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 > > > on x86 and x86_64 at -O2. > > > > 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). > > 3.3 did not have ACATS so working = bootstrap, which doesn't > mean much for end user (I know of no one successfully using Ada with FSF > 3.3 except for bootstraping 3.4). > > 3.4 on x86_64 (so 64 bits) is not that broken, 6 fail on 2316 tests. It bootstraps for me only if I use 3.3 as a bootstrap compiler, not when using 3.4 as a bootstrap compiler, see http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00911.html (this happened on ia64 and x86-64 at least). On ppc32, the problem is http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00981.html Jakub