aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index bb81f2c..848d179 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,16 @@
+2022-11-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR libstdc++/107811
+ * src/c++17/floating_from_chars.cc (__floating_from_chars_hex): Guard
+ fast_float uses with #if USE_LIB_FAST_FLOAT and for mantissa_bits and
+ exponent_bits provide a fallback.
+
+2022-11-23 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/107814
+ * testsuite/experimental/filesystem/iterators/error_reporting.cc:
+ Use a static buffer with space after it.
+
2022-11-22 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/107817