]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Apr 2025 00:20:14 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Apr 2025 00:20:14 +0000 (00:20 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 2508b1fc5e733ab0440c18b042239488adbda511..75f45468e7e7e2f7de87931d07358757105eeca7 100644 (file)
@@ -1 +1 @@
-20250402
+20250403
index 176f0d3de3f3f5fcd510dadf71ffebab56728d8e..0e0629219c90892b196184fd83c952c1f6f4af62 100644 (file)
@@ -1,3 +1,23 @@
+2025-04-02  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-03-31  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR tree-optimization/107087
+       * include/bits/cow_string.h (basic_string::size()): Add
+       optimizer hint that _S_empty_rep()._M_length is always zero.
+       (basic_string::length()): Call size().
+
+2025-04-02  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-02-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99117
+       * include/std/valarray (valarray::operator=(const _Expr&)):
+       Use loop to copy instead of __valarray_copy with _Array.
+       * testsuite/26_numerics/valarray/99117.cc: New test.
+
 2024-10-07  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/string_view (basic_string_view::copy) Use explicit