From: GCC Administrator Date: Sun, 7 Jan 2024 00:21:20 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6f4912f09182555dc6ca7fe5b4ef02370e2af17;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7d3dc9a39c22..f5f14f7e81ca 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240106 +20240107 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 29452a681b82..6adf15cb47aa 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,24 @@ +2024-01-06 Jonathan Wakely + + Backported from master: + 2024-01-05 Jonathan Wakely + + PR libstdc++/113241 + * include/std/type_traits (is_convertible_v): Guard use of + built-in with preprocessor check. + +2024-01-06 Jonathan Wakely + + Backported from master: + 2024-01-05 Jonathan Wakely + + 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 Backported from master: