]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Jun 2025 00:22:54 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Jun 2025 00:22:54 +0000 (00:22 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 42f5016bedf8d486a4f572cd1471f1d6f9179f6e..5646e6e7423c277fe934850d560ca3e3b2664da0 100644 (file)
@@ -1 +1 @@
-20250601
+20250602
index f2f5269212ff9f0d12dfb9f870248fb26df25c51..4dfe958e86ac7111227900e08182099b978d2244 100644 (file)
@@ -1,3 +1,25 @@
+2025-06-01  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-05-29  Patrick Palka  <ppalka@redhat.com>
+
+       * include/std/flat_map (_Flat_map_impl::operator==): Compare
+       keys and values separately.
+
+2025-06-01  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-05-29  Patrick Palka  <ppalka@redhat.com>
+                   Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/120465
+       * include/std/flat_map (_Flat_map_impl::_M_erase_if): Use a
+       projection with ranges::remove_if to pass a pair instead of
+       a tuple to the predicate.
+       * testsuite/23_containers/flat_map/1.cc (test07): Strengthen
+       to expect the argument passed to the predicate is a pair.
+       * testsuite/23_containers/flat_multimap/1.cc (test07): Likewise.
+
 2025-05-27  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: