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

2024-10-13 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit 27f6b376e8e196c7c85c8b47436cd2f2993768da
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 libobjc/configure...
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/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 libstdc++-v3/include/bits/version.h...
Touching libcc1/aclocal.m4...
Touching libcc1/Makefile.in...
Touching 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 15-20241006
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail


[gcc r15-4305] Daily bump.

2024-10-13 Thread GCC Administrator via Libstdc++-cvs
https://gcc.gnu.org/g:c21402eba6036be673b649649ed91f5147a7614e

commit r15-4305-gc21402eba6036be673b649649ed91f5147a7614e
Author: GCC Administrator 
Date:   Mon Oct 14 00:17:37 2024 +

Daily bump.

Diff:
---
 ChangeLog   |  4 
 gcc/ChangeLog   | 26 ++
 gcc/DATESTAMP   |  2 +-
 gcc/cp/ChangeLog| 11 +++
 gcc/fortran/ChangeLog   | 12 
 gcc/testsuite/ChangeLog | 19 +++
 libgomp/ChangeLog   | 14 ++
 libstdc++-v3/ChangeLog  | 14 ++
 8 files changed, 101 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 99e1a90eca8d..1d7151841a98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-13  Josef Melcr  
+
+   * MAINTAINERS: Add myself to write after approval
+
 2024-10-12  Feng Xue  
 
* MAINTAINERS: Add myself to write after approval.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 18c2df84e2e9..3e4249f0788b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,29 @@
+2024-10-13  Andreas Schwab  
+
+   * config/m68k/m68k.md ("movsi", "movxf"): Replace
+   reload_in_progress by reload_in_progress || lra_in_progress.
+   * config/m68k/m68k.cc (m68k_legitimate_mem_p)
+   (emit_move_sequence): Likewise.
+   * config/m68k/predicates.md ("fp_src_operand"): Likewise.
+
+2024-10-13  Richard Biener  
+
+   PR tree-optimization/116481
+   * pointer-query.cc (build_printable_array_type):
+   Build an array types with function or method element type
+   manually to avoid bogus diagnostic.
+
+2024-10-13  Tobias Burnus  
+
+   * gimple-fold.cc (gimple_fold_builtin_acc_on_device): Also fold
+   when offloading is not configured.
+
+2024-10-13  Jivan Hakobyan  
+
+   * config/riscv/riscv.md (zero_extendsidi2): If RHS is already
+   zero extended, then this is just a copy.
+   (extendsidi2): Similarly, but for sign extension.
+
 2024-10-12  Feng Xue  
 
PR tree-optimization/116985
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index dcf1ca303e90..d04e3ab90415 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241013
+20241014
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 586ff57d751e..d87b31817b1e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,14 @@
+2024-10-13  Simon Martin  
+
+   Revert:
+   2024-10-12  Simon Martin  
+
+   PR c++/109918
+   * class.cc (warn_hidden): Keep track of overloaded and of hidden
+   base methods. Mention the actual hiding function in the warning,
+   not the first overload.
+   * error.cc (location_of): Skip over conv_op_marker.
+
 2024-10-12  Simon Martin  
 
PR c++/109918
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 6e4375f078ee..2023ccac99d0 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,15 @@
+2024-10-13  Tobias Burnus  
+
+   * gfortran.h (gfc_option_t): Add disable_acc_on_device.
+   * options.cc (gfc_handle_option): Handle -fno-builtin-acc_on_device.
+   * trans-decl.cc (gfc_get_extern_function_decl): Move
+   __builtin_omp_is_initial_device handling to ...
+   * trans-expr.cc (get_builtin_fn): ... this new function.
+   (conv_function_val): Call it.
+   (update_builtin_function): New.
+   (gfc_conv_procedure_call): Call it.
+   * types.def (BT_BOOL): Fix type by using bool_type_node.
+
 2024-10-12  Thomas Koenig  
 
* dump-parse-tree.cc (get_c_type_name): Also handle BT_UNSIGNED.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4ed30ada0600..7c2c252533e1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,22 @@
+2024-10-13  Simon Martin  
+
+   Revert:
+   2024-10-13  Simon Martin  
+
+   PR c++/109918
+   * g++.dg/warn/Woverloaded-virt1.C: Check that no warning is
+   emitted for non virtual base methods.
+   * g++.dg/warn/Woverloaded-virt5.C: New test.
+   * g++.dg/warn/Woverloaded-virt6.C: New test.
+   * g++.dg/warn/Woverloaded-virt7.C: New test.
+   * g++.dg/warn/Woverloaded-virt8.C: New test.
+   * g++.dg/warn/Woverloaded-virt9.C: New test.
+
+2024-10-13  Richard Biener  
+
+   PR tree-optimization/116481
+   * gcc.dg/pr116481.c: New testcase.
+
 2024-10-12  Thomas Koenig  
 
* gfortran.dg/unsigned_36.f90: New test.
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index f6d997b4f622..18d072f89b52 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,17 @@
+2024-10-13  Tobias Burnus  
+
+   * libgomp.texi (TR13): Fix minor typos.
+   (omp_is_initial_device): Improve wording.
+   (acc_on_device): Note how to disable the builtin.
+   * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Remove TODO.
+   * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
+   Add -fno-builtin-acc_on_device.
+   * 

[gcc r12-10763] Daily bump.

2024-10-13 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:30e071ab5639ad534d0c9ea75d16359c516bbf80

commit r12-10763-g30e071ab5639ad534d0c9ea75d16359c516bbf80
Author: GCC Administrator 
Date:   Mon Oct 14 00:19:45 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index dcf1ca303e90..d04e3ab90415 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241013
+20241014


[gcc r14-10781] Daily bump.

2024-10-13 Thread GCC Administrator via Gcc-cvs
6/sse.md (vaesdec_, vaesdeclast_,
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index dcf1ca303e90..d04e3ab90415 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241013
+20241014
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ac5dd8c49e59..f78430172e35 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-09-13  Jakub Jelinek  
+
+   PR c++/116678
+   * optimize.cc: Include decl.h.
+   (maybe_thunk_body): Temporarily change deprecated_state to
+   UNAVAILABLE_DEPRECATED_SUPPRESS.
+
 2024-10-01  Jason Merrill  
 
PR c++/115361
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index cfadd1742c04..654b2eaaf3a6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,93 @@
+2024-10-13  Sam James  
+
+   Backported from master:
+   2024-07-29  Sam James  
+
+   PR ipa/111613
+   * gcc.c-torture/pr111613.c: Rename to..
+   * gcc.c-torture/execute/pr111613.c: ...this.
+
+2024-10-13  Richard Biener  
+
+   Backported from master:
+   2024-10-09  Richard Biener  
+
+   PR tree-optimization/117041
+   * gcc.dg/torture/pr117041.c: New testcase.
+
+2024-10-13  Richard Biener  
+
+   Backported from master:
+   2024-10-11  Richard Biener  
+
+   PR middle-end/117086
+   * gcc.dg/torture/pr117086.c: New testcase.
+
+2024-10-13  Richard Biener  
+
+   Backported from master:
+   2024-09-30  Richard Biener  
+
+   PR tree-optimization/116879
+   * gcc.dg/pr116879.c: New testcase.
+
+2024-10-13  Richard Biener  
+
+   Backported from master:
+   2024-09-30  Richard Biener  
+
+   PR tree-optimization/116850
+   * gcc.dg/pr116850.c: New testcase.
+
+2024-10-13  Richard Biener  
+
+   Backported from master:
+   2024-09-19  Richard Biener  
+
+   PR tree-optimization/116768
+   * gcc.dg/torture/pr116768.c: New testcase.
+
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-10-04  Jakub Jelinek  
+
+   PR target/116921
+   * gcc.target/i386/pr116921.c: New test.
+
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-10-01  Jakub Jelinek  
+
+   PR middle-end/116899
+   * gcc.dg/bitint-111.c: New test.
+
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-10-01  Jakub Jelinek  
+
+   PR middle-end/116898
+   * gcc.dg/bitint-110.c: New test.
+
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-09-20  Uros Bizjak  
+   Jakub Jelinek  
+
+   PR target/116738
+   * gcc.target/i386/sse-pr116738.c: New test.
+
+2024-10-13  Jakub Jelinek  
+
+   Backported from master:
+   2024-09-13  Jakub Jelinek  
+
+   PR c++/116678
+   * g++.dg/warn/deprecated-20.C: New test.
+
 2024-10-10  Richard Ball  
 
Backported from master:


Cron sh /home/gccadmin/scripts/update_version_git

2024-10-13 Thread (Cron Daemon) via Gccadmin
2024-10-14 00:16:57,063:INFO:root:=== Working on: master ===
2024-10-14 00:16:57,714:INFO:root:branch pulled and checked out
2024-10-14 00:16:57,725:INFO:root:9 revisions since last Daily bump
2024-10-14 00:16:58,053:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:16:59,395:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-10-14 00:16:59,535:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:17:04,239:INFO:root:writing to ./libgomp/ChangeLog
2024-10-14 00:17:09,236:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:17:11,166:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:17:12,248:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:17:14,646:INFO:root:writing to ./gcc/cp/ChangeLog
2024-10-14 00:17:14,799:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:17:24,365:INFO:root:writing to ./ChangeLog
2024-10-14 00:17:27,468:INFO:root:writing to ./libstdc++-v3/ChangeLog
2024-10-14 00:17:28,104:INFO:root:writing to ./libstdc++-v3/ChangeLog
2024-10-14 00:17:30,461:INFO:root:DATESTAMP will be changed:
2024-10-14 00:17:37,224:INFO:root:commit is done
2024-10-14 00:18:14,341:INFO:root:branch is pushed
2024-10-14 00:18:14,406:INFO:root:branch is done
2024-10-14 00:18:14,406:INFO:root:
2024-10-14 00:18:38,332:INFO:root:=== Working on: releases/gcc-12 ===
2024-10-14 00:19:42,285:INFO:root:branch pulled and checked out
2024-10-14 00:19:42,286:INFO:root:1 revisions since last Daily bump
2024-10-14 00:19:42,296:INFO:root:DATESTAMP will be changed:
2024-10-14 00:19:45,419:INFO:root:commit is done
2024-10-14 00:20:15,152:INFO:root:branch is pushed
2024-10-14 00:20:15,209:INFO:root:branch is done
2024-10-14 00:20:15,210:INFO:root:
2024-10-14 00:20:15,460:INFO:root:=== Working on: releases/gcc-13 ===
2024-10-14 00:20:21,852:INFO:root:branch pulled and checked out
2024-10-14 00:20:21,853:INFO:root:1 revisions since last Daily bump
2024-10-14 00:20:21,861:INFO:root:DATESTAMP will be changed:
2024-10-14 00:20:25,543:INFO:root:commit is done
2024-10-14 00:20:56,529:INFO:root:branch is pushed
2024-10-14 00:20:56,589:INFO:root:branch is done
2024-10-14 00:20:56,589:INFO:root:
2024-10-14 00:21:01,092:INFO:root:=== Working on: releases/gcc-14 ===
2024-10-14 00:21:36,023:INFO:root:branch pulled and checked out
2024-10-14 00:21:36,025:INFO:root:15 revisions since last Daily bump
2024-10-14 00:21:36,615:INFO:root:writing to ./gcc/cp/ChangeLog
2024-10-14 00:21:36,896:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:21:40,324:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:21:40,530:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:21:47,320:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:21:47,514:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:21:47,706:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:21:47,890:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:21:48,087:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:21:49,269:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:21:54,201:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:21:54,393:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:00,056:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:00,253:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:00,445:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:00,640:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:00,846:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:01,055:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:01,290:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:01,487:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:01,692:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:01,889:INFO:root:writing to ./gcc/ChangeLog
2024-10-14 00:22:02,085:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:02,283:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-10-14 00:22:02,432:INFO:root:DATESTAMP will be changed:
2024-10-14 00:22:05,863:INFO:root:commit is done
2024-10-14 00:22:29,503:INFO:root:branch is pushed
2024-10-14 00:22:29,571:INFO:root:branch is done
2024-10-14 00:22:29,571:INFO:root:


[gcc r13-9104] Daily bump.

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

commit r13-9104-gbf7fccf289a7ab7ed1021f11434580eafddb3026
Author: GCC Administrator 
Date:   Mon Oct 14 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 dcf1ca303e90..d04e3ab90415 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241013
+20241014


Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

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