aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-03 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-03 00:16:25 +0000
commit6259d8aa73f6c4742c1aa22cccc325701307b3af (patch)
tree2d09075c73dfb7dd1049f690a44b18ef5129f97d /libstdc++-v3
parent6f78c52d4bd08caec4f3b11ad2302e7cde044c1e (diff)
downloadgcc-6259d8aa73f6c4742c1aa22cccc325701307b3af.zip
gcc-6259d8aa73f6c4742c1aa22cccc325701307b3af.tar.gz
gcc-6259d8aa73f6c4742c1aa22cccc325701307b3af.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 323ebc9..6a9fcd3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,18 @@
+2022-05-02 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/103911
+ * 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.
+
+2022-05-02 Patrick Palka <ppalka@redhat.com>
+
+ PR libstdc++/105441
+ * src/c++17/floating_from_chars.cc (__floating_from_chars_hex):
+ Also accept 'P' as the start of the exponent.
+ * testsuite/20_util/from_chars/7.cc: Add corresponding testcase.
+
2022-04-29 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/105417