Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2017 08:42:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-powerpc@FreeBSD.org
Subject:   [Bug 220714] devel/boost-all: Update to 1.65 (currently beta)
Message-ID:  <bug-220714-25139-c5Gq4t8EiV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220714-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220714-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220714

--- Comment #26 from Mark Millard <markmi@dsl-only.net> ---
(In reply to Jan Beich from comment #8)

Jan wrote:

Have you tried if C++ exceptions work on /branches/clang500-import? If "no"
then let's focus on GCC for now.

Reply:

I've finally tried clang 5 on powerpc64 targeting
powerpc64 (under -r321493 ) and:

#include <exception>
int main(void)
{
    try { throw std::exception(); }
    catch (std::exception& e) {}
    return 0;
}

still gets SIGSEGV when the a.out produced is
launched.

(TARGET_ARCH=3Dpowerpc does not even buildworld
buildkernel via either clang 5 or gcc 4.2.1
currently.)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220714-25139-c5Gq4t8EiV>