Cron sh /home/gccadmin/scripts/gcc_release -s 15:master -l -d /sourceware/snapshot-tmp/gcc all

2024-10-20 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit 01f50ebfd97a7bd17a4cc94c403a8e126986c02c
Touching fixincludes/fixincl.x...
Touching gcc/configure...
Touching gcc/config.in...
Touching gcc/config/aarch64/aarch64-tune.md...
Touching gcc/config/arm/arm-tune.md...
Touching gcc/config/arm/arm-tables.opt...
Touching gcc/config/c6x/c6x-tables.opt...
Touching gcc/config/c6x/c6x-sched.md...
Touching gcc/config/c6x/c6x-mult.md...
Touching gcc/testsuite/gcc.dg/cpp/_Pragma3.c...
Touching lto-plugin/aclocal.m4...
Touching lto-plugin/configure...
Touching lto-plugin/Makefile.in...
Touching c++tools/configure...
Touching c++tools/config.h.in...
Touching zlib/aclocal.m4...
Touching zlib/Makefile.in...
Touching zlib/configure...
Touching libada/configure...
Touching libffi/aclocal.m4...
Touching libffi/Makefile.in...
Touching libffi/configure...
Touching libffi/fficonfig.h.in...
Touching libgfortran/aclocal.m4...
Touching libgfortran/Makefile.in...
Touching libgm2/aclocal.m4...
Touching libgm2/Makefile.in...
Touching libquadmath/aclocal.m4...
Touching libquadmath/configure...
Touching libquadmath/Makefile.in...
Touching libgfortran/configure...
Touching libcpp/aclocal.m4...
Touching libcpp/Makefile.in...
Touching libcpp/configure...
Touching libgomp/configure.ac...
Touching libgomp/aclocal.m4...
Touching libgomp/Makefile.am...
Touching libgomp/Makefile.in...
Touching libgomp/testsuite/Makefile.in...
Touching libgomp/configure...
Touching libgomp/config.h.in...
Touching libgrust/aclocal.m4...
Touching libgrust/Makefile.in...
Touching libgrust/configure...
Touching libgrust/libformat_parser/Makefile.in...
Touching libgrust/libproc_macro_internal/Makefile.in...
Touching libitm/aclocal.m4...
Touching libitm/Makefile.in...
Touching libitm/testsuite/Makefile.in...
Touching libitm/configure...
Touching libitm/config.h.in...
Touching libatomic/aclocal.m4...
Touching libatomic/Makefile.in...
Touching libatomic/testsuite/Makefile.in...
Touching libatomic/configure...
Touching libatomic/auto-config.h.in...
Touching libsanitizer/aclocal.m4...
Touching libsanitizer/Makefile.in...
Touching libsanitizer/configure...
Touching libsanitizer/asan/Makefile.in...
Touching libsanitizer/interception/Makefile.in...
Touching libsanitizer/sanitizer_common/Makefile.in...
Touching libvtv/aclocal.m4...
Touching libvtv/Makefile.in...
Touching libvtv/configure...
Touching libbacktrace/aclocal.m4...
Touching libbacktrace/Makefile.in...
Touching libbacktrace/configure...
Touching libbacktrace/config.h.in...
Touching libphobos/aclocal.m4...
Touching libphobos/Makefile.in...
Touching libphobos/config.h.in...
Touching libphobos/configure...
Touching libphobos/src/Makefile.in...
Touching libphobos/testsuite/Makefile.in...
Touching libstdc++-v3/aclocal.m4...
Touching libstdc++-v3/Makefile.in...
Touching libcc1/aclocal.m4...
Touching libcc1/Makefile.in...
Touching Makefile.in...
mv: cannot stat '../objdir/gcc/po/*.gmo': No such file or directory
mv: cannot stat '../objdir/libcpp/po/*.gmo': No such file or directory
gcc_release: Building tarfiles
gcc_release: Building diffs against version 15-20241013
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail


[gcc r15-4509] Daily bump.

2024-10-20 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:0ceb5cc1867fce940b2f4eaaa2b6ace49cb0b853

commit r15-4509-g0ceb5cc1867fce940b2f4eaaa2b6ace49cb0b853
Author: GCC Administrator 
Date:   Mon Oct 21 00:17:11 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   |  9 +
 gcc/DATESTAMP   |  2 +-
 gcc/m2/ChangeLog|  7 +++
 gcc/testsuite/ChangeLog | 10 ++
 4 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3c2a7b774e72..6c55b4e77030 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2024-10-20  Jeff Law  
+
+   Revert:
+   2024-10-19  Craig Blackmore  
+
+   * config/riscv/riscv.cc (riscv_use_by_pieces_infrastructure_p):
+   New function.
+   (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Define.
+
 2024-10-19  Andrew Pinski  
 
PR tree-optimization/112418
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f616e4b768b3..18b2d489abc8 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241020
+20241021
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index 7f775ea92c10..05b7d7c7e3a4 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,10 @@
+2024-10-20  Gaius Mulley  
+
+   * 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  
 
* gm2-compiler/M2MetaError.mod (op): Alphabetically order
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 658829c91dc8..ebaa2900cf59 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-20  Jeff Law  
+
+   Revert:
+   2024-10-20  Craig Blackmore  
+
+   * 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  
 
PR preprocessor/114423


[gcc r12-10777] Daily bump.

2024-10-20 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:69c50a35885df4e4a5077390e8f2ee2e994513a5

commit r12-10777-g69c50a35885df4e4a5077390e8f2ee2e994513a5
Author: GCC Administrator 
Date:   Mon Oct 21 00:20:25 2024 +

Daily bump.

Diff:
---
 gcc/DATESTAMP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f616e4b768b3..18b2d489abc8 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241020
+20241021


Cron sh /home/gccadmin/scripts/update_version_git

2024-10-20 Thread (Cron Daemon) via Gccadmin
2024-10-21 00:16:40,836:INFO:root:=== Working on: master ===
2024-10-21 00:16:43,718:INFO:root:branch pulled and checked out
2024-10-21 00:16:43,729:INFO:root:3 revisions since last Daily bump
2024-10-21 00:16:44,101:INFO:root:writing to ./gcc/m2/ChangeLog
2024-10-21 00:16:56,625:INFO:root:writing to ./gcc/ChangeLog
2024-10-21 00:16:56,809:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-21 00:17:00,687:INFO:root:DATESTAMP will be changed:
2024-10-21 00:17:12,101:INFO:root:commit is done
2024-10-21 00:18:16,758:INFO:root:branch is pushed
2024-10-21 00:18:16,824:INFO:root:branch is done
2024-10-21 00:18:16,824:INFO:root:
2024-10-21 00:18:20,032:INFO:root:=== Working on: releases/gcc-12 ===
2024-10-21 00:20:21,759:INFO:root:branch pulled and checked out
2024-10-21 00:20:21,760:INFO:root:1 revisions since last Daily bump
2024-10-21 00:20:21,770:INFO:root:DATESTAMP will be changed:
2024-10-21 00:20:25,196:INFO:root:commit is done
2024-10-21 00:20:48,618:INFO:root:branch is pushed
2024-10-21 00:20:48,671:INFO:root:branch is done
2024-10-21 00:20:48,671:INFO:root:
2024-10-21 00:20:48,755:INFO:root:=== Working on: releases/gcc-13 ===
2024-10-21 00:20:54,946:INFO:root:branch pulled and checked out
2024-10-21 00:20:54,947:INFO:root:1 revisions since last Daily bump
2024-10-21 00:20:54,956:INFO:root:DATESTAMP will be changed:
2024-10-21 00:20:57,903:INFO:root:commit is done
2024-10-21 00:21:26,962:INFO:root:branch is pushed
2024-10-21 00:21:27,019:INFO:root:branch is done
2024-10-21 00:21:27,020:INFO:root:
2024-10-21 00:21:32,720:INFO:root:=== Working on: releases/gcc-14 ===
2024-10-21 00:23:22,870:INFO:root:branch pulled and checked out
2024-10-21 00:23:22,871:INFO:root:1 revisions since last Daily bump
2024-10-21 00:23:22,880:INFO:root:DATESTAMP will be changed:
2024-10-21 00:23:25,701:INFO:root:commit is done
2024-10-21 00:23:49,001:INFO:root:branch is pushed
2024-10-21 00:23:49,063:INFO:root:branch is done
2024-10-21 00:23:49,063:INFO:root:


[gcc r14-10806] Daily bump.

2024-10-20 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:809a58229a00d087341a8ae9c185e204c5124799

commit r14-10806-g809a58229a00d087341a8ae9c185e204c5124799
Author: GCC Administrator 
Date:   Mon Oct 21 00:23:25 2024 +

Daily bump.

Diff:
---
 gcc/DATESTAMP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f616e4b768b3..18b2d489abc8 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241020
+20241021


[gcc r13-9138] Daily bump.

2024-10-20 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:f98b34b21f3f04a09aa01ed05cb82d3d5e6e958d

commit r13-9138-gf98b34b21f3f04a09aa01ed05cb82d3d5e6e958d
Author: GCC Administrator 
Date:   Mon Oct 21 00:20:57 2024 +

Daily bump.

Diff:
---
 gcc/DATESTAMP | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f616e4b768b3..18b2d489abc8 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241020
+20241021


Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

2024-10-20 Thread (Cron Daemon) via Gccadmin
9991 blocks