[Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 01:03:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423
--- Comment #32 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #17)
The following seem to explain the:
ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by
/usr/local/lib/gcc11/libstdc++.so.6
On aarch64 there is such a reference involved:
# nm -a /usr/local/lib/gcc11/libstdc++.so.6 | grep @GCC_4
U _Unwind_GetIPInfo@GCC_4.2.0
U __floatunditf@GCC_4.2.0
U __unordtf2@GCC_4.5.0
The fluxengine examples indicate that other code generation can
also produce @GCC_4.5.0 references in other files. I've not
checked if it is only __unordtf2 that is referenced.
--
You are receiving this mail because:
You are the assignee for the bug.