From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 3E13E385841F; Sun, 14 Apr 2024 00:17:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E13E385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713053847; bh=1ddWYS4aL4qt6I8cVNJVjJ9S07gt0fxyJY+wEWUB1aw=; h=From:To:Subject:Date:From; b=aNcqwfxfcpdbqK56A70UfsFTzKUFzxOCerf2Tdz2LFOEAnT809kNmUxJjuxY/mPqJ Aj4aeZVnIMSRCw15+QUAHYNxmPqYaBYQ8uJ5tVpbJ7DRa+rqbq2bNW8MBvJxuy3BGp IEW/umZAyz5C0N2Avk/inrmvYXx/T8FnKMWeV4bU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9958] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: a9d3b3caef87d76072c946145d21e7606b303e12 X-Git-Newrev: 3319d1a4aa5ccadc22dcb80252ab884c792b263b Message-Id: <20240414001727.3E13E385841F@sourceware.org> Date: Sun, 14 Apr 2024 00:17:26 +0000 (GMT) List-Id: https://gcc.gnu.org/g:3319d1a4aa5ccadc22dcb80252ab884c792b263b commit r14-9958-g3319d1a4aa5ccadc22dcb80252ab884c792b263b Author: GCC Administrator Date: Sun Apr 14 00:16:53 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 ++++ gcc/cp/ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 5 +++++ 4 files changed, 57 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index a25dc7472c0..e82c2e6627d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240413 +20240414 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 5c577bbc814..0e8784f9821 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2024-04-13 Mark Wielaard + + * c.opt.urls: Regenerate. + 2024-04-12 Jason Merrill Patrick Palka diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9282af5680a..ae1725e1663 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,50 @@ +2024-04-13 Patrick Palka + + * module.cc (struct bytes_in::bits_in): Define defaulted + move ctor. + (struct bytes_out::bits_out): Likewise. + +2024-04-13 Patrick Palka + + * module.cc: Update comment about classes defined within. + (class data): Enclose in an anonymous namespace. + (data::calc_crc): Moved from bytes::calc_crc. + (class bytes): Remove. Move bit_flush to namespace scope. + (class bytes_in): Enclose in an anonymous namespace. Inherit + directly from data and adjust accordingly. Move b and bflush + members to bits_in. + (class bytes_out): As above. Remove is_set static data member. + (bit_flush): Moved from class bytes. + (struct bytes_in::bits_in): Define. + (struct bytes_out::bits_out): Define. + (bytes_in::stream_bits): Define. + (bytes_out::stream_bits): Define. + (bytes_out::bflush): Moved to bits_out/in. + (bytes_in::bflush): Likewise + (bytes_in::bfill): Removed. + (bytes_out::b): Moved to bits_out/in. + (bytes_in::b): Likewise. + (class trees_in): Enclose in an anonymous namespace. + (class trees_out): Enclose in an anonymous namespace. + (trees_out::core_bools): Add bits_out/in parameter and use it. + Unconditionally stream a bit for public_flag. Add early exits + as appropriate. + (trees_out::core_bools): Likewise. + (trees_out::lang_decl_bools): Add bits_out/in parameter and use + it. Flush the current bit buffer at the start. Unconditionally + stream a bit for module_keyed_decls_p. + (trees_in::lang_decl_bools): Likewise. + (trees_out::lang_type_bools): Add bits_out/in parameter and use + it. Flush the current bit buffer at the start. + (trees_in::lang_type_bools): Likewise. + (trees_out::tree_node_bools): Construct a bits_out object and + use/pass it. + (trees_in::tree_node_bools): Likewise. + (trees_out::decl_value): Likewise. + (trees_in::decl_value): Likewise. + (module_state::write_define): Likewise. + (module_state::read_define): Likewise. + 2024-04-12 Marek Polacek PR c++/109966 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8c64ad9a1c7..ce4c07a39c1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2024-04-13 H.J. Lu + + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: + Updated. + 2024-04-11 Jakub Jelinek * doc/xml/manual/abi.xml: Add latest library versions.