From owner-freebsd-current@FreeBSD.ORG Sat Jun 29 20:18:13 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5EE5A7F5 for ; Sat, 29 Jun 2013 20:18:13 +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 24EA4133F for ; Sat, 29 Jun 2013 20:18:12 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::f4c1:4dbb:d6db:27cc] (unknown [IPv6:2001:7b8:3a7:0:f4c1:4dbb:d6db:27cc]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id AEFA95C43; Sat, 29 Jun 2013 22:18:05 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: compilation error regarding __cxa_call_terminate() From: Dimitry Andric In-Reply-To: <51CEEBD0.5050905@gmx.com> Date: Sat, 29 Jun 2013 22:18:04 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <51CEEBD0.5050905@gmx.com> To: dt71@gmx.com X-Mailer: Apple Mail (2.1508) Cc: freebsd-current@freebsd.org 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: Sat, 29 Jun 2013 20:18:13 -0000 On Jun 29, 2013, at 16:14, dt71@gmx.com wrote: > Using Clang head: >=20 > = /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/eh_call.cc= :44:1: error: > conflicting types for '__cxa_call_terminate' > __cxa_call_terminate(_Unwind_Exception* ue_header_) > ^ > = /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx= .h:136:17: note: > previous declaration is here > extern "C" void __cxa_call_terminate (void*) = __attribute__((noreturn)); > ^ Thanks, this should be fixed with r252387.