aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-14 00:16:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-14 00:16:53 +0000
commit3319d1a4aa5ccadc22dcb80252ab884c792b263b (patch)
tree8e8d479450bedef85a410cad8143cdcb2d14dd1b
parenta9d3b3caef87d76072c946145d21e7606b303e12 (diff)
downloadgcc-3319d1a4aa5ccadc22dcb80252ab884c792b263b.zip
gcc-3319d1a4aa5ccadc22dcb80252ab884c792b263b.tar.gz
gcc-3319d1a4aa5ccadc22dcb80252ab884c792b263b.tar.bz2
Daily bump.
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/c-family/ChangeLog4
-rw-r--r--gcc/cp/ChangeLog47
-rw-r--r--libstdc++-v3/ChangeLog5
4 files changed, 57 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a25dc74..e82c2e6 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240413
+20240414
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 5c577bb..0e8784f 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,7 @@
+2024-04-13 Mark Wielaard <mark@klomp.org>
+
+ * c.opt.urls: Regenerate.
+
2024-04-12 Jason Merrill <jason@redhat.com>
Patrick Palka <ppalka@redhat.com>
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9282af5..ae1725e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,50 @@
+2024-04-13 Patrick Palka <ppalka@redhat.com>
+
+ * module.cc (struct bytes_in::bits_in): Define defaulted
+ move ctor.
+ (struct bytes_out::bits_out): Likewise.
+
+2024-04-13 Patrick Palka <ppalka@redhat.com>
+
+ * 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 <polacek@redhat.com>
PR c++/109966
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8c64ad9..ce4c07a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-13 H.J. Lu <hjl.tools@gmail.com>
+
+ * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt:
+ Updated.
+
2024-04-11 Jakub Jelinek <jakub@redhat.com>
* doc/xml/manual/abi.xml: Add latest library versions.