From owner-freebsd-current@FreeBSD.ORG Sat Jun 29 14:20:17 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 54AD1C0C for ; Sat, 29 Jun 2013 14:20:17 +0000 (UTC) (envelope-from dt71@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id D20B0180A for ; Sat, 29 Jun 2013 14:20:16 +0000 (UTC) Received: from [192.168.1.80] ([46.107.123.81]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LnfuZ-1UKQrH1Apb-00hxSw for ; Sat, 29 Jun 2013 16:15:12 +0200 Message-ID: <51CEEBD0.5050905@gmx.com> Date: Sat, 29 Jun 2013 16:14:40 +0200 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: compilation error regarding __cxa_call_terminate() Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:WjwOpe8dEtQCNEc7lBXDTxMUuYSpW1GYbPzr+0W/i/bpO56N9Yf OWt2RB23OHed5lRAFw7mvz1tBEBhk32nTf31dV3ESYbO6pmKjkqGGKFiHsWp4VIPSuu+1Jh MRTqDFPqixPm/P0xKsgcsNvlL1x4X0zAp/NosxYH6mu1pVIZxC0HY89W489gDLBNMIHARd9 V1v/sTWV9WgvGzKD3ovUw== 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 14:20:17 -0000 Using Clang head: /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)); ^