From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27933 invoked by alias); 1 Jul 2005 10:45:39 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 27922 invoked by uid 22791); 1 Jul 2005 10:45:36 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 01 Jul 2005 10:45:36 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j61AjZjf003548 for ; Fri, 1 Jul 2005 06:45:35 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j61AjZu28273; Fri, 1 Jul 2005 06:45:35 -0400 Received: from abulafia.quesejoda.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j61AjY3Q008793; Fri, 1 Jul 2005 06:45:34 -0400 Received: by abulafia.quesejoda.com (Postfix, from userid 500) id 374398425; Fri, 1 Jul 2005 06:45:34 -0400 (AST) Date: Fri, 01 Jul 2005 10:45:00 -0000 From: Aldy Hernandez To: "Frank Ch. Eigler" Cc: sid@sources.redhat.com, jason@redhat.com Subject: Re: sid doesn't build with gcc 4.0.x Message-ID: <20050701104534.GA25446@redhat.com> References: <20050630172848.GA4491@redhat.com> <20050630202058.GA7997@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050630202058.GA7997@redhat.com> User-Agent: Mutt/1.4.2.1i X-SW-Source: 2005-q3/txt/msg00000.txt.bz2 > > * component/interrupt/components.h (bus_size): Fix constructor to > > be legitimate C++. > > This one is ok, feel free to commit. Done, thanks. > > > * component/cgen-cpu/cgen-cpu.h (GETMEMSF): Change > > reinterpret_cast to static_cast. > > (SETMEMSF): Same. > > (GETMEMDF): Same. > > (SETMEMDF): Same. > > This one is not (but I will commit a better one). I just checked the new snapshot, and gcc40 has more regressions on a "make check-sid", than when compiled with 34. Could a cgen savvy person take a look? Meanwhile, I'm back to using 3.4. Thanks.