From owner-freebsd-current@FreeBSD.ORG Sun Dec 2 14:02:20 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC2EB4EE for ; Sun, 2 Dec 2012 14:02:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAD28FC13 for ; Sun, 2 Dec 2012 14:02:20 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:d085:62e2:221f:26b1] (unknown [IPv6:2001:7b8:3a7:0:d085:62e2:221f:26b1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2315F5C37; Sun, 2 Dec 2012 15:02:19 +0100 (CET) Message-ID: <50BB5F69.1040604@FreeBSD.org> Date: Sun, 02 Dec 2012 15:02:17 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: "O. Hartmann" Subject: Re: gcc46: .././../gcc-4.6-20121123/gcc/rtl.h:2105:31: error: use of undeclared identifier 'FIRST_PSEUDO_REGISTER', rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER]; References: <50B9F5AA.90906@zedat.fu-berlin.de> In-Reply-To: <50B9F5AA.90906@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Current FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 14:02:20 -0000 On 2012-12-01 13:18, O. Hartmann wrote: > On exactly ONE FreeBSD 10.0-CURRENT box, out of a couple, all the same > OS version (most recent sources/buildworld with CLANG and ports tree > always up to date) I get this nasty error shown below. ... > In file included from .././../gcc-4.6-20121123/gcc/genflags.c:28: > .././../gcc-4.6-20121123/gcc/rtl.h:1989:13: warning: ISO C forbids > forward references to 'enum' types [-Wpedantic] > extern enum reg_class reg_preferred_class (int); > ^ > .././../gcc-4.6-20121123/gcc/rtl.h:2105:31: error: use of undeclared > identifier 'FIRST_PSEUDO_REGISTER' > rtx x_initial_regno_reg_rtx[FIRST_PSEUDO_REGISTER]; > ^ > .././../gcc-4.6-20121123/gcc/rtl.h:2112:31: error: use of undeclared > identifier 'FIRST_PSEUDO_REGISTER' > rtx x_static_reg_base_value[FIRST_PSEUDO_REGISTER]; > ^ Can you post the full build log somewhere?