Date: Sun, 28 Apr 2024 04:08:16 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 278551] lang/gcc: exceptions do not work in statically linked binaries Message-ID: <bug-278551-29464-ZfjUA7pHeY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278551-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-278551-29464@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=3D278551 --- Comment #23 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #21) Another combination that works uses libc++ instead (pthread example again): g++13 -static -pthread -stdlib=3Dlibc++ lang-gcc-g++-exception-handling-with-threads.cpp -o lang-gcc-g++-exception-handling-with-threads && ./lang-gcc-g++-exception-handling-with-threads --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278551-29464-ZfjUA7pHeY>