]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Mar 2025 00:23:16 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Mar 2025 00:23:16 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index e33e79cf602915e11d1d6fe2fc2438538a4c489c..d8fb00f47a36ee4759b79f055bea021754490201 100644 (file)
@@ -1,3 +1,12 @@
+2025-03-26  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2025-03-12  Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/116564
+       * df-problems.cc (df_simulate_defs): For partial defs, mark the
+       register live (treat it as a RMW operation).
+
 2025-03-25  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index f90d5fa621948b8f3b3b3ae7b8dcf4da752afffa..0e0aca037f528470a8f41ec6581690290f505d75 100644 (file)
@@ -1 +1 @@
-20250326
+20250327
index 78386e28b3c1419689a2634f4f22bbaf9dea8eda..65836fe215c4e03121ae318a0450adeb436da5f0 100644 (file)
@@ -1,3 +1,11 @@
+2025-03-26  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2025-03-12  Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/116564
+       * gcc.target/aarch64/torture/pr116564.c: New test.
+
 2025-03-25  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index f6bef1e3303ee5f7fd9b70e4876897dfc2a00ea1..ffe3e69512ee79bd6c544fa2415d74de0994ed0c 100644 (file)
@@ -1,3 +1,42 @@
+2025-03-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-03-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/ranges (ranges::to): Allow unions as well as
+       non-union class types.
+       * testsuite/std/ranges/conv/lwg4229.cc: New test.
+
+2025-03-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-02-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112803
+       * include/std/ranges (ranges::to): Add static assertions to
+       enforce Mandates conditions.
+       * testsuite/std/ranges/conv/112803.cc: New test.
+
+2025-03-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-03-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/119429
+       * include/std/format (__format::_Scanner::_Scanner): Cast
+       default argument to size_t.
+
+2025-03-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-08-23  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/115939
+       * include/bits/hashtable_policy.h (_Node_iterator): Add
+       operator== and operator!=.
+       (_Node_const_iterator): Likewise.
+       * testsuite/23_containers/unordered_map/115939.cc: New test.
+
 2025-03-25  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: