[Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 Apr 2022 16:44:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423

--- Comment #20 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #18)

My armv7 chroot context on the aarch64 system worked like amd64:

# g++11 locale_failure_test.cpp
# ./a.out
# ldd ./a.out
./a.out:
        libstdc++.so.6 => /usr/local/lib/gcc11/libstdc++.so.6 (0x4008e000)
        libm.so.5 => /lib/libm.so.5 (0x40267000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402b6000)
        libc.so.7 => /lib/libc.so.7 (0x402f0000)

So the "version GCC_4.5.0 required by" type of issue seems to be
platform specific.

I do not have powerpc* contexts to test any more.

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