[Bug 220714] devel/boost-all: Update to 1.65 (currently beta)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 26 08:42:44 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220714
--- Comment #26 from Mark Millard <markmi at 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=powerpc does not even buildworld
buildkernel via either clang 5 or gcc 4.2.1
currently.)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list