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

index 656861b7a3dbdfb53ec9dcee50f4f7f6428b72b7..f3c7b76115550fcae44bbea223bc3278b5872395 100644 (file)
@@ -1 +1 @@
-20240202
+20240203
index 4555c2cfc4f4ef776eb96ae9d183dd36e7db4517..fc446c7915dc6e1f789e43fe23e43b3dfed5ada7 100644 (file)
@@ -1,3 +1,31 @@
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/110084
+       * pt.cc (tsubst_function_decl): Only check a function defaulted
+       outside the class if the class is complete.
+
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/113638
+       * cp-tree.h: Adjust comment.
+       * pt.cc (instantiate_template): Set VAR_HAD_UNKNOWN_BOUND for
+       variable template.
+
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/112439
+       * constexpr.cc (cxx_eval_store_expression): Check empty_base
+       before marking a CONSTRUCTOR readonly.
+
 2024-02-01  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 5efb37725eb7495b8838c21ec9f8546246cbc6f8..465626ebdfcff2371e88f243779f67534c341f38 100644 (file)
@@ -1,3 +1,28 @@
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/110084
+       * g++.dg/cpp2a/spaceship-synth-neg3.C: Check error message.
+       * g++.dg/cpp2a/spaceship-eq16.C: New test.
+
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/113638
+       * g++.dg/cpp1y/var-templ-array1.C: New test.
+
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/112439
+       * g++.dg/cpp2a/no_unique_address15.C: New test.
+
 2024-02-01  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: