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

index c62c5d7ad08c88cdb545818b3da1391be7c63b63..2b709bcb5f38769d682c89274eee53c02a6133e5 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-08  Robin Dapp  <rdapp@ventanamicro.com>
+
+       Backported from master:
+       2025-09-05  Robin Dapp  <rdapp@ventanamicro.com>
+
+       PR target/121510
+       * config/riscv/riscv.cc (riscv_legitimize_move): Check if we can
+       vec_extract.
+
 2025-09-07  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 535d724e1543cf25d5e768f15e0378b8a3a611ea..757870bca1ac845d4faf3298ac2858c6921b48b1 100644 (file)
@@ -1 +1 @@
-20250908
+20250909
index 2644898372a464f7e872a98940c396798be7dcea..b467a01d9f7f955ee838282561193c6de64381ef 100644 (file)
@@ -1,3 +1,11 @@
+2025-09-08  Robin Dapp  <rdapp@ventanamicro.com>
+
+       Backported from master:
+       2025-09-05  Robin Dapp  <rdapp@ventanamicro.com>
+
+       PR target/121510
+       * gcc.target/riscv/rvv/autovec/pr121510.c: New test.
+
 2025-09-04  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index 61242a4d75c8ec57fa767a6426503001150b5b07..3cd2032a6d9df131b593b03d62ad01d45819ef88 100644 (file)
@@ -1,3 +1,13 @@
+2025-09-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-09-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/120698
+       * doc/xml/manual/configure.xml: Do not claim that vtv is enabled
+       by default.
+       * doc/html/manual/configure.html: Regenerate.
+
 2025-09-04  Yihan Wang  <yronglin777@gmail.com>
 
        Backported from master: