From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2828 invoked by alias); 7 Jul 2011 17:05:56 -0000 Received: (qmail 2816 invoked by uid 22791); 7 Jul 2011 17:05:55 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g1t0028.austin.hp.com (HELO g1t0028.austin.hp.com) (15.216.28.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 17:05:34 +0000 Received: from g1t0039.austin.hp.com (g1t0039.austin.hp.com [16.236.32.45]) by g1t0028.austin.hp.com (Postfix) with ESMTP id 56A6C1C81B; Thu, 7 Jul 2011 17:05:34 +0000 (UTC) Received: from [16.89.92.85] (hpsje.cup.hp.com [16.89.92.85]) by g1t0039.austin.hp.com (Postfix) with ESMTP id 3FF843418C; Thu, 7 Jul 2011 17:05:33 +0000 (UTC) Subject: Re: CFT: Move unwinder to toplevel libgcc From: Steve Ellcey Reply-To: sje@cup.hp.com To: Rainer Orth Cc: Tristan Gingold , GCC Patches , Douglas Rupp In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jul 2011 17:08:00 -0000 Message-ID: <1310058332.10986.2616.camel@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00528.txt.bz2 On Thu, 2011-07-07 at 15:08 +0200, Rainer Orth wrote: > In that case, perhaps Steve could have a look? I'd finally like to make > some progress on this patch. > > Thanks. > Rainer When doing an IA64 Linux build (where I do need to compile unwind-ia64.c) I am dying with this failure: In file included from /test/big-foot1/gcc/nightly/src/trunk/libgcc/config/ia64/unwind-ia64.c:35:0: ./md-unwind-support.h:42:7: error: unknown type name '_Unwind_FrameState' ./md-unwind-support.h:132:54: error: unknown type name '_Unwind_FrameState' /test/big-foot1/gcc/nightly/src/trunk/libgcc/config/ia64/unwind-ia64.c: In function 'uw_update_reg_address': /test/big-foot1/gcc/nightly/src/trunk/libgcc/config/ia64/unwind-ia64.c:1931:11: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual] make[3]: *** [unwind-ia64.o] Error 1 make[3]: Leaving directory `/test/big-foot1/gcc/nightly/build-ia64-debian-linux-gnu-trunk/obj_gcc/ia64-debian-linux-gnu/libgcc' make[2]: *** [all-stage1-target-libgcc] Error 2 Steve Ellcey sje@cup.hp.com