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

2024-12-21 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit 7cdf3356171597bf9821eaa549f6aa7c92a0d223
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/config.h.in...
Touching zlib/aclocal.m4...
Touching zlib/Makefile.in...
Touching zlib/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/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 libstdc++-v3/configure...
Touching libcc1/aclocal.m4...
Touching libcc1/Makefile.in...
Touching configure...
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 14-20241214
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail


Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

2024-12-21 Thread (Cron Daemon) via Gccadmin
9993 blocks


[gcc r13-9263] Daily bump.

2024-12-21 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:bf555c678b15c2f05317156fb4ea8ae6e6674b0d

commit r13-9263-gbf555c678b15c2f05317156fb4ea8ae6e6674b0d
Author: GCC Administrator 
Date:   Sun Dec 22 00:22:25 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4528d6fc4fb..6f2cf7ace4e5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241221
+20241222


[gcc r15-6410] Daily bump.

2024-12-21 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:ae3e783e23a30e9856e1504c5542acbcb0050e67

commit r15-6410-gae3e783e23a30e9856e1504c5542acbcb0050e67
Author: GCC Administrator 
Date:   Sun Dec 22 00:18:41 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 21 +
 gcc/DATESTAMP   |  2 +-
 gcc/fortran/ChangeLog   | 13 +
 gcc/testsuite/ChangeLog | 16 
 4 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 092f3554651d..394c5385fbf1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,24 @@
+2024-12-21  Arsen Arsenović  
+
+   PR middle-end/109224
+   * gimple-ssa-warn-access.cc (new_delete_mismatch_p): Strip
+   DEMANGLE_COMPONENT_TEMPLATE from the operator new and operator
+   after demangling.
+
+2024-12-21  Jeff Law  
+
+   PR middle-end/118084
+   * config/riscv/riscv.cc (generate_reflecting_code_using_brev): Handle
+   sub-word sized objects correctly.
+
+2024-12-21  Pan Li  
+
+   * match.pd: Refactor sorts of signed SAT_ADD match patterns.
+
+2024-12-21  Mark Harmstone  
+
+   * vmsdbgout.cc (vmsdbgout_begin_block): Fix compilation error.
+
 2024-12-20  Alexandre Oliva  
 
PR middle-end/118007
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4528d6fc4fb..6f2cf7ace4e5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241221
+20241222
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bf555829e03e..bf780fe6e332 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,16 @@
+2024-12-21  Harald Anlauf  
+
+   PR fortran/104819
+   * interface.cc (compare_parameter): For the rank check, NULL()
+   inherits the rank of a provided MOLD argument.
+   (gfc_compare_actual_formal): Adjust check of NULL() actual argument
+   against formal to accept F2008 enhancements (allocatable dummy).
+   NULL() with MOLD argument retains a pointer/allocatable attribute.
+   * trans-expr.cc (conv_null_actual): Implement passing NULL() to
+   derived-type dummy with pointer/allocatable attribute, and ensure
+   that the actual rank is passed to an assumed-rank dummy.
+   (gfc_conv_procedure_call): Use it.
+
 2024-12-20  Sandra Loosemore  
 
* gfortran.texi: Get rid of some unnecessary hyphens throughout
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 33cf6d185cac..e7feb70ebc58 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2024-12-21  Arsen Arsenović  
+
+   PR middle-end/109224
+   * g++.dg/warn/Wmismatched-new-delete-9.C: New test.
+   * g++.dg/warn/pr109224.C: New file.
+
+2024-12-21  Harald Anlauf  
+
+   PR fortran/104819
+   * gfortran.dg/null_actual_7.f90: New test.
+
+2024-12-21  Jeff Law  
+
+   PR middle-end/118084
+   * gcc.target/riscv/pr118084.c: New test.
+
 2024-12-20  Alexandre Oliva  
 
PR middle-end/118007


[gcc r12-10866] Daily bump.

2024-12-21 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:a03684e480af72094f7bdd43d9ef6355bd95a28f

commit r12-10866-ga03684e480af72094f7bdd43d9ef6355bd95a28f
Author: GCC Administrator 
Date:   Sun Dec 22 00:21:42 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4528d6fc4fb..6f2cf7ace4e5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241221
+20241222


[gcc r14-11108] Daily bump.

2024-12-21 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:5c9fcacc0f24ecb1ec019e5905bb9db991f400ee

commit r14-11108-g5c9fcacc0f24ecb1ec019e5905bb9db991f400ee
Author: GCC Administrator 
Date:   Sun Dec 22 00:25:11 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d4528d6fc4fb..6f2cf7ace4e5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241221
+20241222


Cron sh /home/gccadmin/scripts/update_version_git

2024-12-21 Thread (Cron Daemon) via Gccadmin
2024-12-22 00:17:56,056:INFO:root:=== Working on: master ===
2024-12-22 00:17:56,676:INFO:root:branch pulled and checked out
2024-12-22 00:17:56,686:INFO:root:6 revisions since last Daily bump
2024-12-22 00:17:56,864:INFO:root:writing to ./gcc/ChangeLog
2024-12-22 00:18:11,529:INFO:root:writing to ./gcc/ChangeLog
2024-12-22 00:18:28,107:INFO:root:writing to ./gcc/ChangeLog
2024-12-22 00:18:30,764:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-12-22 00:18:32,096:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-12-22 00:18:32,240:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-12-22 00:18:34,189:INFO:root:writing to ./gcc/ChangeLog
2024-12-22 00:18:34,559:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-12-22 00:18:37,546:INFO:root:DATESTAMP will be changed:
2024-12-22 00:18:41,286:INFO:root:commit is done
2024-12-22 00:19:07,325:INFO:root:branch is pushed
2024-12-22 00:19:07,393:INFO:root:branch is done
2024-12-22 00:19:07,393:INFO:root:
2024-12-22 00:19:13,878:INFO:root:=== Working on: releases/gcc-12 ===
2024-12-22 00:21:28,714:INFO:root:branch pulled and checked out
2024-12-22 00:21:28,715:INFO:root:1 revisions since last Daily bump
2024-12-22 00:21:28,725:INFO:root:DATESTAMP will be changed:
2024-12-22 00:21:42,231:INFO:root:commit is done
2024-12-22 00:22:15,030:INFO:root:branch is pushed
2024-12-22 00:22:15,085:INFO:root:branch is done
2024-12-22 00:22:15,085:INFO:root:
2024-12-22 00:22:15,602:INFO:root:=== Working on: releases/gcc-13 ===
2024-12-22 00:22:22,338:INFO:root:branch pulled and checked out
2024-12-22 00:22:22,339:INFO:root:1 revisions since last Daily bump
2024-12-22 00:22:22,347:INFO:root:DATESTAMP will be changed:
2024-12-22 00:22:25,485:INFO:root:commit is done
2024-12-22 00:22:52,451:INFO:root:branch is pushed
2024-12-22 00:22:52,513:INFO:root:branch is done
2024-12-22 00:22:52,513:INFO:root:
2024-12-22 00:23:01,022:INFO:root:=== Working on: releases/gcc-14 ===
2024-12-22 00:25:08,648:INFO:root:branch pulled and checked out
2024-12-22 00:25:08,649:INFO:root:1 revisions since last Daily bump
2024-12-22 00:25:08,659:INFO:root:DATESTAMP will be changed:
2024-12-22 00:25:11,950:INFO:root:commit is done
2024-12-22 00:25:38,607:INFO:root:branch is pushed
2024-12-22 00:25:38,676:INFO:root:branch is done
2024-12-22 00:25:38,677:INFO:root: