From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21781 invoked by alias); 7 Aug 2012 15:10:49 -0000 Received: (qmail 21747 invoked by uid 22791); 7 Aug 2012 15:10:48 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Aug 2012 15:10:34 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q77FAXwe029342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Aug 2012 11:10:33 -0400 Received: from spoyarek (vpn-237-248.phx2.redhat.com [10.3.237.248]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q77FAV1x022963; Tue, 7 Aug 2012 11:10:32 -0400 Date: Tue, 07 Aug 2012 15:10:00 -0000 From: Siddhesh Poyarekar To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: bitpos expansion patches summary Message-ID: <20120807204003.28612fcb@spoyarek> In-Reply-To: <20120807143923.GA20297@host2.jankratochvil.net> References: <20120805005350.150e5b74@spoyarek> <20120807143923.GA20297@host2.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00231.txt.bz2 On Tue, 7 Aug 2012 16:39:23 +0200, Jan wrote: > Hi Siddhesh, > > with FSF GDB HEAD on Fedora Rawhide x86_64 with --enable-targets=all > it does not build for me: Thanks, I didn't know about --enable-targets=all > gdbtypes.c:955:1: error: conflicting types for > ‘lookup_array_range_type’ In file included from gdbtypes.c:28:0: > gdbtypes.h:1537:21: note: previous declaration of > ‘lookup_array_range_type’ was here gdbtypes.c:991:1: error: > conflicting types for ‘lookup_string_range_type’ In file included Really sorry about that - I must have missed doing a clean build. Regards, Siddhesh