]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 May 2023 00:22:22 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 May 2023 00:22:22 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
libstdc++-v3/ChangeLog

index 61f8aade98f0b88025076c869d15668ac88cc3b3..2e0cd4ba7e159977eecc78d31d8456082a140a9f 100644 (file)
@@ -1 +1 @@
-20230503
+20230504
index b28875f04b629ee5dd3b120c31cfe99c62543069..4e3c2d37e31d4d5cabcbff50841f8c471e187529 100644 (file)
@@ -1,3 +1,23 @@
+2023-05-03  Jason Merrill  <jason@redhat.com>
+
+       Revert:
+       2022-04-29  Jason Merrill  <jason@redhat.com>
+
+       PR c++/91618
+       PR c++/96604
+       * friend.cc (do_friend): Call check_explicit_specialization here.
+       * decl.cc (grokdeclarator): Not here.
+       * decl2.cc (check_classfn): Or here.
+
+2023-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-05-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * cp-gimplify.cc (cp_fold_data): Move definition earlier.
+       (cp_gimplify_expr): Pass address of ff_genericize | ff_mce_false
+       constructed data rather than &pset to cp_walk_tree with cp_fold_r.
+
 2023-05-02  Jason Merrill  <jason@redhat.com>
 
        Revert:
index 36f1bb028d700ed1d7f86c50b52a417c3eb4876d..917b7161302b4df33fd6e06bf82a5f44c0f1333d 100644 (file)
@@ -1,3 +1,13 @@
+2023-05-03  Kefu Chai  <kefu.chai@scylladb.com>
+
+       Backported from master:
+       2023-05-03  Kefu Chai  <kefu.chai@scylladb.com>
+                   Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/109703
+       * include/bits/basic_string.h (basic_string(Iter, Iter, Alloc)):
+       Initialize _M_string_length.
+
 2023-04-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: