[Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 16:10:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423 --- Comment #17 from Mark Millard <marklmi26-fbsd@yahoo.com> --- I do not have gcc10 installed. In my context a.out will not even run: # g++11 locale_failure_test.cpp # ./a.out ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc11/libstdc++.so.6 not found # ldd a.out a.out: libstdc++.so.6 => /usr/local/lib/gcc11/libstdc++.so.6 (0x82400000) libm.so.5 => /lib/libm.so.5 (0x81411000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x82b01000) libc.so.7 => /lib/libc.so.7 (0x8376e000) # uname -apKU FreeBSD CA72_16Gp_ZFS 14.0-CURRENT FreeBSD 14.0-CURRENT #40 main-n253904-4d1ba6febfa7-dirty: Tue Mar 22 20:52:57 PDT 2022 root@CA72_16Gp_ZFS:/usr/obj/BUILDs/main-CA72-nodbg-clang/usr/main-src/arm64.aarch64/sys/GENERIC-NODBG-CA72 arm64 aarch64 1400053 1400053 (Line split for readability.) -- You are receiving this mail because: You are the assignee for the bug.