summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-07-01 00:20:12 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-07-01 00:20:12 +0000
commit31012ea997656061d07790de5a07b4e629211cd1 (patch)
treed8cc5e819f5fc84cff1a2488cb6afee44d00cf5e
parent8c12c47d0c5c40df6e5eeb8625d4708c8a42dbe0 (diff)
Daily bump.
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/cp/ChangeLog22
-rw-r--r--gcc/testsuite/ChangeLog17
3 files changed, 40 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e742d0ec698..41f22081742 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230630
+20230701
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a8d4a726e55..ff2bf92954e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,25 @@
+2023-06-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-01-28 Patrick Palka <ppalka@redhat.com>
+ Jason Merrill <jason@redhat.com>
+
+ PR c++/92752
+ * typeck.c (build_ptrmemfunc): Cast a nullptr constant to the
+ unqualified pointer type not the qualified one.
+
+2023-06-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97420
+ * cvt.c (noexcept_conv_p): Remove redundant checks and simplify.
+ (fnptr_conv_p): Don't call non_reference. Use INDIRECT_TYPE_P
+ instead of TYPE_PTR_P.
+ * pt.c (convert_nontype_argument_function): Look through
+ implicit INDIRECT_REFs before calling strip_fnptr_conv.
+
2023-05-03 Jakub Jelinek <jakub@redhat.com>
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 79db43dcef0..1b21ed9d096 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+2023-06-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2022-01-28 Patrick Palka <ppalka@redhat.com>
+ Jason Merrill <jason@redhat.com>
+
+ PR c++/92752
+ * g++.dg/warn/Wignored-qualifiers2.C: New test.
+
+2023-06-30 Patrick Palka <ppalka@redhat.com>
+
+ Backported from master:
+ 2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97420
+ * g++.dg/cpp0x/noexcept68.C: New test.
+
2023-06-28 liuhongt <hongtao.liu@intel.com>
* gcc.target/i386/avx-vzeroupper-29.c: New testcase.