https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107815
--- Comment #32 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Rainer Orth <[email protected]>: https://gcc.gnu.org/g:e037c6e95e2108dda45a71a6c55fd84e34702735 commit r17-543-ge037c6e95e2108dda45a71a6c55fd84e34702735 Author: Rainer Orth <[email protected]> Date: Sat May 16 09:01:42 2026 +0200 libstdc++: Remove Solaris workaround in 20_util/to_chars/float128_c++23.cc [PR107815] As described in PR libstdc++/107815, one subtest of 20_util/to_chars/float128_c++23.cc was disabled on Solaris due to a bug in printf(3C). This has been fixed since October 2023, so the workaround can be removed. Tested on i386-pc-solaris2.11, sparc-sun-solaris2.11, and x86_64-pc-linux-gnu. 2026-05-13 Rainer Orth <[email protected]> libstdc++-v3: PR libstdc++/107815 * testsuite/20_util/to_chars/float128_c++23.cc (test): Remove Solaris workaround.
