[Bug libstdc++/119105] std::locale only working with C and POSIX

2025-03-04 Thread programmingkidx at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105 --- Comment #5 from Programmingkid --- Thank you Jonathan for responding. When you do test your patch could you run my program and let us all know the results at the end (how many failures and successes)?

[Bug libstdc++/119105] std::locale only working with C and POSIX

2025-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/119105] std::locale only working with C and POSIX

2025-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105 --- Comment #3 from Jonathan Wakely --- N.B. your macports build of GCC is configured with: --with-gxx-libcxx-include-dir=/opt/local/libexec/gcc14/libc++/include/c++/v1 So you should be able to use g++ -stdlib=libc++ to use libc++ as the C++ st

[Bug libstdc++/119105] std::locale only working with C and POSIX

2025-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119105 --- Comment #2 from Jonathan Wakely --- (In reply to programmingkidx from comment #0) > Using g++ 14.2.0 I see these results: > Number of failures: 201 > Number of successes: 2 > > Using clang++ 13 and 19 I see these results: > Number of failur