]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 May 2024 00:21:41 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 May 2024 00:21:41 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 3424846c2ca257645e479a694c0c2f6542a832ec..1453ab159834d3f29298447ebe761d2b7623647f 100644 (file)
@@ -1 +1 @@
-20240501
+20240502
index 18df074fe66f68e73b71ce5d43f0d4732d43ff6a..d3eb9a6f2de24ea74881992ce2628facfe59bcd3 100644 (file)
@@ -1,3 +1,37 @@
+2024-05-01  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113141
+       * call.cc (reference_binding): Remove badness criteria sanity
+       check in the recursive case.
+
+2024-05-01  centurion  <centurion009@proton.me>
+
+       Backported from master:
+       2024-04-04  centurion  <centurion009@proton.me>
+
+       PR c++/114377
+       * pt.cc (find_template_parameter_info::found): Use TREE_TYPE for
+       TEMPLATE_DECL instead of DECL_INITIAL.
+
+2024-05-01  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-04-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/114561
+       PR c++/114562
+       * call.cc (convert_like_internal): Avoid adding qualification
+       conversion in direct reference binding.
+
+2024-05-01  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-03-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100667
+       * semantics.cc (same_type_ref_bind_p): New.
+       (finish_trait_expr): Use it.
+
 2024-04-21  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 3d939becaa106efbfc97da5a35da325c1063a0b8..fe84bfa05020dd2b4347fbe90c38917f8caa4e4c 100644 (file)
@@ -1,3 +1,35 @@
+2024-05-01  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/113141
+       * g++.dg/conversion/ref12.C: New test.
+       * g++.dg/cpp0x/initlist-ref1.C: new test.
+
+2024-05-01  centurion  <centurion009@proton.me>
+
+       Backported from master:
+       2024-04-04  centurion  <centurion009@proton.me>
+
+       PR c++/114377
+       * g++.dg/cpp2a/class-deduction-alias19.C: New test.
+
+2024-05-01  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-04-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/114561
+       PR c++/114562
+       * g++.dg/conversion/ref10.C: New test.
+       * g++.dg/conversion/ref11.C: New test.
+
+2024-05-01  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-03-28  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100667
+       * g++.dg/ext/is_constructible8.C: New test.
+
 2024-04-30  Joe Ramsay  <Joe.Ramsay@arm.com>
 
        Backported from master: