Date: Sat, 09 Apr 2022 00:35:57 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception Message-ID: <bug-221423-29464-YbXg0PfMcH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221423-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-221423-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=3D221423 --- Comment #36 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #35) I did similarly for amd64 and armv7 but I'll not show the full diff's here. An interesting point is amd64 vs. aarch64 for /usr/local/lib/gcc11/libgcc_s.so.1 : +GCC_4.6.0 __unordtf2 vs. +GCC_4.5.0 __unordtf2 So the GCC_* vintage is architecture specific. Also, armv7's /usr/local/lib/gcc11/libgcc_s.so.1 does not have __unordtf2 (or related) at all. Again, architecture specific. There are other significant differences in what is present vs. absent in /usr/local/lib/gcc11/libgcc_s.so.1 across the 3 architectures. --=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-221423-29464-YbXg0PfMcH>