]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 9 Apr 2025 00:22:11 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 9 Apr 2025 00:22:11 +0000 (00:22 +0000)
gcc/DATESTAMP
libgfortran/ChangeLog
libquadmath/ChangeLog
libstdc++-v3/ChangeLog

index fd8dd2cde24c134fb0e9cfcb28a759311d61cbf4..cb38c2c30be3db2156201b9d1b3618313468b426 100644 (file)
@@ -1 +1 @@
-20250408
+20250409
index 8719a57c746b78d674c0344623f3b1b79dd7f1d9..34110044fa51988538d98901bdca4a635033f704 100644 (file)
@@ -1,3 +1,13 @@
+2025-04-08  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2025-04-07  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/119408
+       * acinclude.m4: When checking for __float128 support, determine
+       whether the current architecture is LoongArch.  If so, return false.
+       * configure: Regenerate.
+
 2025-01-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        Backported from master:
index b15f9987436b04b72be62b028e1b1dde1b1a1d07..f4359b7f2aa21b07b02b86a56002e75722f10d6d 100644 (file)
@@ -1,3 +1,15 @@
+2025-04-08  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2025-04-07  Lulu Cheng  <chenglulu@loongson.cn>
+
+       PR target/119408
+       * configure.ac: When checking for __float128 support, determine
+       whether the current architecture is LoongArch.  If so, return false.
+       * configure: Regenerate.
+       Sigend-off-by: Xi Ruoyao <xry111@xry111.site>
+       Sigend-off-by: Jakub Jelinek <jakub@redhat.com>
+
 2024-08-06  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 7b4f77e18b6f4b82bdc9165c7813ac72a58007fb..56e4f04217817dd838452ea9c7d4a3e88e047104 100644 (file)
@@ -1,3 +1,54 @@
+2025-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/119671
+       * include/std/format (__formatter_fp::format): Do not invalidate
+       __wstr unless _M_localized returns a valid string.
+       * testsuite/std/format/functions/format.cc: Check wide string
+       formatting of floating-point types with classic locale.
+
+2025-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-04-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/doxygen/user.cfg.in (INPUT): Add text_encoding.
+
+2025-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-04-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/101587
+       * include/bits/ranges_uninitialized.h (__detail::__mindist):
+       Remove.
+       (ranges::uninitialized_copy, ranges::uninitialized_copy_n)
+       (ranges::uninitialized_move, ranges::uninitialized_move_n): Use
+       comparison and assignment instead of __mindist.
+       * testsuite/20_util/specialized_algorithms/uninitialized_copy/constrained.cc:
+       Check with ranges that use integer-like class type for
+       difference type.
+       * testsuite/20_util/specialized_algorithms/uninitialized_move/constrained.cc:
+       Likewise.
+
+2025-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-03-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/101587
+       * include/bits/ranges_uninitialized.h (__detail::__mindist):
+       New function object.
+       (ranges::uninitialized_copy, ranges::uninitialized_copy_n)
+       (ranges::uninitialized_move, ranges::uninitialized_move_n): Use
+       __mindist instead of std::min.
+       * testsuite/20_util/specialized_algorithms/uninitialized_copy/constrained.cc:
+       Check ranges with difference difference types.
+       * testsuite/20_util/specialized_algorithms/uninitialized_move/constrained.cc:
+       Likewise.
+
 2025-04-07  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: