From: GCC Administrator Date: Fri, 9 Feb 2024 00:22:59 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-13.3.0~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e780a0463bcbf9f2123fdb432b749e9590fdb332;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f66d5d1f622b..98e650b14df1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2024-02-08 Georg-Johann Lay + + Backported from master: + 2024-02-08 Georg-Johann Lay + + PR target/113824 + * config/avr/avr-mcus.def (ata5797): Move from avr5 to avr4. + * doc/avr-mmcu.texi: Rebuild. + +2024-02-08 Georg-Johann Lay + + Backported from master: + 2024-02-08 Georg-Johann Lay + + * config/avr/gen-avr-mmcu-specs.cc (print_mcu) <*cpp_mcu>: Spec always + defines __AVR_PM_BASE_ADDRESS__ if the core has it. + 2024-02-07 Alex Coplan PR target/111677 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 2871f27b71de..9622c04647db 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240208 +20240209 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 44349758b0e0..84e11702a9b4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,68 @@ +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-01-11 Jonathan Wakely + + PR libstdc++/113258 + * libsupc++/new_opa.cc: Prefer to use posix_memalign if + available. + +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-01-13 Jonathan Wakely + + PR libstdc++/107466 + * include/bits/random.tcc (subtract_with_carry_engine::seed): + Implement proposed resolution of LWG 4014. + * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error + line number. + * testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc: + Check for expected result of 64-bit engine with seed that + doesn't fit in 32-bits. + +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-02-02 Jonathan Wakely + + * include/experimental/internet (network_v6::network): Define. + (network_v6::hosts): Finish implementing. + (network_v6::to_string): Do not concatenate std::string to + arbitrary std::basic_string specialization. + * testsuite/experimental/net/internet/network/v6/cons.cc: New + test. + +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-02-02 Jonathan Wakely + + PR libstdc++/90276 + * testsuite/util/pstl/test_utils.h (reverse_invoker): Do not use + perfect forwarding for iterator arguments. + +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-02-02 Jonathan Wakely + + * include/std/syncstream (basic_osyncstream::operator=): Remove + noexcept, as per LWG 3867. + +2024-02-08 Jonathan Wakely + + Backported from master: + 2024-02-02 Jonathan Wakely + + * include/std/string_view (basic_string_view(R&&)): Remove + constraint that traits_type must be the same, as per LWG 3857. + * testsuite/21_strings/basic_string_view/cons/char/range_c++20.cc: + Explicit conversion between different specializations should be + allowed. + * testsuite/21_strings/basic_string_view/cons/wchar_t/range_c++20.cc: + Likewise. + 2024-02-07 Hans-Peter Nilsson Backported from master: