]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Oct 2024 00:17:11 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 21 Oct 2024 00:17:11 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog

index 3c2a7b774e726cc0baed4fc8d7825e4b594cb38d..6c55b4e7703078c696fde751551a82a0815a683d 100644 (file)
@@ -1,3 +1,12 @@
+2024-10-20  Jeff Law  <jlaw@ventanamicro.com>
+
+       Revert:
+       2024-10-19  Craig Blackmore  <craig.blackmore@embecosm.com>
+
+       * config/riscv/riscv.cc (riscv_use_by_pieces_infrastructure_p):
+       New function.
+       (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Define.
+
 2024-10-19  Andrew Pinski  <quic_apinski@quicinc.com>
 
        PR tree-optimization/112418
index f616e4b768b3eee18198a050d336256ee8c2f27e..18b2d489abc84a4721030a7ad2ca495a81c1c5bc 100644 (file)
@@ -1 +1 @@
-20241020
+20241021
index 7f775ea92c10e284d88ca5f9fb92583f306c553a..05b7d7c7e3a4774c0ab44411ccfbd5051858f148 100644 (file)
@@ -1,3 +1,10 @@
+2024-10-20  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       * gm2-compiler/M2MetaError.mod (op): Corrected ordering.
+       * gm2-compiler/P2SymBuild.def: Remove comment.
+       * gm2-compiler/P2SymBuild.mod (GetComparison): Replace
+       the word less with fewer.
+
 2024-10-19  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * gm2-compiler/M2MetaError.mod (op): Alphabetically order
index 658829c91dc8141bedc5079420f18168f7826957..ebaa2900cf59c77ca1f41d656d61e94a26f60505 100644 (file)
@@ -1,3 +1,13 @@
+2024-10-20  Jeff Law  <jlaw@ventanamicro.com>
+
+       Revert:
+       2024-10-20  Craig Blackmore  <craig.blackmore@embecosm.com>
+
+       * gcc.target/riscv/rvv/autovec/pr113469.c: Expect mf2 setmem.
+       * gcc.target/riscv/rvv/base/setmem-2.c: Update f1 to expect
+       straight-line vector memset.
+       * gcc.target/riscv/rvv/base/setmem-3.c: Likewise.
+
 2024-10-19  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR preprocessor/114423