Date: Sat, 29 Jun 2013 22:18:04 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: dt71@gmx.com Cc: freebsd-current@freebsd.org Subject: Re: compilation error regarding __cxa_call_terminate() Message-ID: <D2AB33B3-E1B6-4DD2-BBFE-93AF05D97DE1@FreeBSD.org> In-Reply-To: <51CEEBD0.5050905@gmx.com> References: <51CEEBD0.5050905@gmx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D2AB33B3-E1B6-4DD2-BBFE-93AF05D97DE1>