[Bug 278551] lang/gcc: exceptions do not work in statically linked binaries

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 24 Apr 2024 19:24:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278551

--- Comment #14 from Mohammed Goder <mohammedgoder@gmail.com> ---
Thank you guys for your hard work and dedication.

I found the issue with clang++. The "-fsanitize=safe-stack" flag causes a
segfault on FreeBSD. GCC's equivalent "-mshstk" works fine and Clang's
safe-stack works on OpenBSD, Linux, Windows, and MacOS.

Should I make another bug report on FreeBSD's bug tracker or should this go to
the clang devs?

-- 
You are receiving this mail because:
You are the assignee for the bug.