https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103911
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Patrick Palka <ppa...@gcc.gnu.org>: https://gcc.gnu.org/g:39099827b0f731b5f2da696f6f580156c8a7819c commit r11-9979-g39099827b0f731b5f2da696f6f580156c8a7819c Author: Patrick Palka <ppa...@redhat.com> Date: Mon May 2 07:01:33 2022 -0400 libstdc++: Don't use std::tolower in <charconv> [PR103911] As with std::isdigit in r12-6281-gc83ecfbe74a5cf, we shouldn't be using std::tolower in <charconv> either. PR libstdc++/103911 libstdc++-v3/ChangeLog: * src/c++17/floating_from_chars.cc (find_end_of_float): Accept two delimeters for the exponent part in the form of a possibly NULL string of length two. Don't use std::tolower. (pattern): Adjust calls to find_end_of_float accordingly. (cherry picked from commit 86d821ddf5615e693ead667b2580898f46de8eb9)