[Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 00:35:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423 --- 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. -- You are receiving this mail because: You are the assignee for the bug.