]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Jan 2024 00:21:20 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 7 Jan 2024 00:21:20 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 7d3dc9a39c22e3a552680591ea5a09733a2976dd..f5f14f7e81cab1fdce6a65aeed0b7cd694b23fde 100644 (file)
@@ -1 +1 @@
-20240106
+20240107
index 29452a681b821f576c67e8826ca6e75159496250..6adf15cb47aa59a1cc5c5e8dc1fb275e5d8005ca 100644 (file)
@@ -1,3 +1,24 @@
+2024-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/113241
+       * include/std/type_traits (is_convertible_v): Guard use of
+       built-in with preprocessor check.
+
+2024-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/113200
+       * include/bits/char_traits.h (__gnu_cxx::char_traits::move): Use
+       __builtin_constant_p to check for unrelated pointers that cannot
+       be compared during constant evaluation.
+       * testsuite/21_strings/char_traits/requirements/113200.cc: New
+       test.
+
 2024-01-03  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: