]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jul 2023 00:20:12 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Jul 2023 00:20:12 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index e742d0ec698807bd371eabc0a2f0b0565e040e24..41f220817423fa8117ecbc2c850285e419095c63 100644 (file)
@@ -1 +1 @@
-20230630
+20230701
index a8d4a726e559c8738c2ba0bee86f16b39a4a9233..ff2bf92954e2c189890d50a3b283d4f7c010eb5b 100644 (file)
@@ -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:
index 79db43dcef05c91471d15bc2e86cf5bafecf13d8..1b21ed9d096d29ef0fa03cdf340dfd8ffe7ba028 100644 (file)
@@ -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.