From: GCC Administrator Date: Sun, 14 Apr 2024 00:16:53 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-15~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3319d1a4aa5ccadc22dcb80252ab884c792b263b;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index a25dc7472c00..e82c2e6627de 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240413 +20240414 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 5c577bbc8149..0e8784f98210 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 9282af5680ac..ae1725e1663f 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 8c64ad9a1c7d..ce4c07a39c1b 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.