From: GCC Administrator Date: Sun, 5 Feb 2023 00:16:45 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-14~1504 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057eb31bc322b080dab87a52ad5629e3a439df82;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 65026ee2abb1..40ef8d39af30 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230204 +20230205 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 77e54a8573e6..f64f761f409d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,21 @@ +2023-02-04 Hans-Peter Nilsson + + PR libstdc++/108672 + * include/pstl/unseq_backend_simd.h (__simd_or): Use __INT32_TYPE__ + instead of int32_t. + +2023-02-04 Gerald Pfeifer + + * doc/xml/manual/documentation_hacking.xml: Adjust link to pdftex. + * doc/html/manual/documentation_hacking.html: Regenerate. + +2023-02-04 François Dumont + + * include/bits/basic_string.h (operator=(basic_string&&)): Transfer move-to + storage to the move-from instance when allocators are equal. + * testsuite/21_strings/basic_string/allocator/char/move_assign.cc (test04): + New test case. + 2023-02-03 Samuel Thibault * config/os/gnu-linux/os_defines.h [!__linux__]