]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2025 00:24:00 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Apr 2025 00:24:00 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index a36f342e105d0873f4267512a1832244d612e8c3..89d14c5a181bb1e32d6ad14fab64f3eef92a887e 100644 (file)
@@ -1,3 +1,12 @@
+2025-04-29  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2025-04-29  liuhongt  <hongtao.liu@intel.com>
+
+       * config/i386/x86-tune.def (X86_TUNE_DEST_FALSE_DEP_FOR_GLC):
+       Remove other processor except for GLC since this one is only
+       for GLC.
+
 2025-04-28  Tamar Christina  <tamar.christina@arm.com>
 
        Backported from master:
index e69718003fe10c2f492fb72a1d6d7acc7d7b545f..2848e618ec86e92320aebd8f12264458f2144066 100644 (file)
@@ -1 +1 @@
-20250429
+20250430
index 8cfeb682ca2c81acd83513e6dca1e3841dc0bff0..67398ac559610fbfa1fc829bf48cece859f58d5e 100644 (file)
@@ -1,3 +1,14 @@
+2025-04-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-04-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119807
+       PR c++/112288
+       * pt.cc (tsubst_friend_function): Skip remapping an
+       existing specialization if it doesn't match the shape of
+       the new friend definition.
+
 2025-04-28  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 01cfcea392df08f9b0926601c3e4296ec37055fe..4b398cf689c7e0546ca16f398e4e9256c8a0252a 100644 (file)
@@ -1,3 +1,13 @@
+2025-04-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-04-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119807
+       PR c++/112288
+       * g++.dg/template/friend86.C: New test.
+       * g++.dg/template/friend87.C: New test.
+
 2025-04-28  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index be040b1b1d37f5e445f2092fc229f070fea5e7f9..3207e46b8e4a00c80792d5267c48faea6b3f0803 100644 (file)
@@ -1,3 +1,43 @@
+2025-04-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-02-28  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/104606
+       * include/std/optional (operator<=>): Revert r14-9771 change.
+       Add constraint checking the validity of the return type
+       compare_three_way_result_t before the three_way_comparable_with
+       constraint.
+
+2025-04-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-02-26  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/118083
+       * include/bits/ranges_base.h
+       (ranges::__access::__possibly_const_range): Mention LWG 4027.
+
+2025-04-29  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-02-25  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/118083
+       * include/bits/ranges_base.h
+       (ranges::__access::__possibly_const_range): Adjust logic as per
+       LWG 4027.  Add missing input_range constraint.
+       * testsuite/std/ranges/access/cbegin.cc (test05): Verify LWG
+       4027 testcases.
+       * testsuite/std/ranges/access/cdata.cc: Adjust, simplify and
+       consolidate some tests after the above.
+       * testsuite/std/ranges/access/cend.cc: Likewise.
+       * testsuite/std/ranges/access/crbegin.cc: Likewise.
+       * testsuite/std/ranges/access/crend.cc: Likewise.
+       * testsuite/std/ranges/adaptors/join.cc: Likewise.
+       * testsuite/std/ranges/adaptors/take_while.cc: Likewise.
+       * testsuite/std/ranges/adaptors/transform.cc: Likewise.
+
 2025-04-17  Tomasz KamiƄski  <tkaminsk@redhat.com>
 
        Backported from master: