https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87204
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7d685cb42c1568f6ac017ea2503b366ec474ce0e commit r12-9282-g7d685cb42c1568f6ac017ea2503b366ec474ce0e Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Mar 3 00:40:13 2023 +0100 libquadmath: Assorted libquadmath strtoflt128 fixes [PR87204, PR94756] This patch cherry-pickx 8 commits from glibc which fix various strtod_l bugs. 2023-03-03 niXman <i.nix...@autistici.org> Jakub Jelinek <ja...@redhat.com> PR libquadmath/87204 PR libquadmath/94756 * strtod/strtod_l.c (round_and_return): Cherry-pick glibc 9310c284ae9 BZ #16151, 4406c41c1d6 BZ #16965 and fcd6b5ac36a BZ #23279 fixes. (____STRTOF_INTERNAL): Cherry-pick glibc b0debe14fcf BZ #23007, 5556d30caee BZ #18247, 09555b9721d and c6aac3bf366 BZ #26137 and d84f25c7d87 fixes. (cherry picked from commit df63f4162c78ef799d4ea9dec3443d5e9c51e5aa)