Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 18:30:28 +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-6RayqJbY5g@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 #11 from Ed Maste <emaste@freebsd.org> ---
I did not reproduce a problem with g++13, with -Wl,--eh-frame-hdr:

$ g++13 -Wl,--eh-frame-hdr -std=3Dc++20 -static-libgcc -static-libstdc++ -s=
tatic
-pthread -O3 "main.cpp" -o "main_g++" && ./main_g++
kernel
FreeBSD RELEASE 14.0 doesn't reach here.
$

--=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-6RayqJbY5g>