From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28219 invoked by alias); 23 Nov 2009 10:42:56 -0000 Received: (qmail 28210 invoked by uid 22791); 23 Nov 2009 10:42:55 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Nov 2009 10:41:48 +0000 Received: from mx10.gnu.org ([199.232.76.166]:57772) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NCWMc-0002Va-TH for gcc@gnu.org; Mon, 23 Nov 2009 05:41:46 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NCWMb-0003R8-UW for gcc@gnu.org; Mon, 23 Nov 2009 05:41:46 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:38661) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCWMa-0003Qc-TC for gcc@gnu.org; Mon, 23 Nov 2009 05:41:45 -0500 Received: by fxm5 with SMTP id 5so6025799fxm.8 for ; Mon, 23 Nov 2009 02:41:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.86.108.18 with SMTP id g18mr2746330fgc.64.1258972903534; Mon, 23 Nov 2009 02:41:43 -0800 (PST) In-Reply-To: <4B06F6B6.7090303@gmail.com> References: <9f8a01cd0911200443k2b011d61sfd986ddd966fea60@mail.gmail.com> <90baa01f0911200449i41c0ae5dvc4985bb82d014552@mail.gmail.com> <9f8a01cd0911200454h6c1e9412m69419b135004f43b@mail.gmail.com> <4B06F6B6.7090303@gmail.com> Date: Mon, 23 Nov 2009 10:42:00 -0000 Message-ID: <9f8a01cd0911230241j82bb40byab577f418c9dfca5@mail.gmail.com> Subject: Re: GCC 4.5 is uncompilable From: Piotr Wyderski To: Dave Korn Cc: gcc@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00620.txt.bz2 Dave Korn wrote: > =C2=A0If that doesn't fix it please let me know. The solution was correct, with binutils 2.20 the problem disappeared. There is another one, however on the snapshot 20091119: ../../gcc/lto-streamer-out.c: In function 'write_global_references': ../../gcc/lto-streamer-out.c:2201:7: error: passing argument 3 of 'lto_stre= amer_ cache_lookup' from incompatible pointer type ../../gcc/lto-streamer.h:790:13: note: expected 'int *' but argument is of = type 'int32_t *' which is a source code bug: a local variable ref of type int32_t is passed by pointer to a function which takes int*. Don't know about trunk, as I just started building it. Best regards Piotr Wyderski