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

2024-06-16 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit 33caee556c130b2dcf311480314e942a43d6b368
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/m2/configure...
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 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 15-20240609
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail


[gcc r15-1361] Daily bump.

2024-06-16 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:6c08b829654ffa83ff62659a383511523c65b1ef

commit r15-1361-g6c08b829654ffa83ff62659a383511523c65b1ef
Author: GCC Administrator 
Date:   Mon Jun 17 00:16:32 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 32 
 gcc/DATESTAMP   |  2 +-
 gcc/testsuite/ChangeLog |  4 
 libbacktrace/ChangeLog  |  5 +
 4 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6bf1de640203..d5f05fef2be4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,35 @@
+2024-06-16  Andrew Pinski  
+
+   PR target/100211
+   * config/aarch64/aarch64.h (machine_function): Fix the size
+   of reg_is_wrapped_separately.
+
+2024-06-16  Jeff Law  
+
+   * config/riscv/bitmanip.md ((1 << N) | C): New splitter for IOR/XOR
+   of a single bit an a DImode object.
+
+2024-06-16  Jeff Law  
+
+   * config/sh/sh.md (neg_zero_extract_4b): New pattern.
+
+2024-06-16  Peter Damianov  
+
+   * pretty-print.cc (mingw_ansi_fputs): Don't translate escape sequences 
if
+   the console has ENABLE_VIRTUAL_TERMINAL_PROCESSING.
+
+2024-06-16  Peter Damianov  
+
+   * diagnostic-color.cc (auto_enable_urls): Don't hardcode to return
+   false on mingw hosts.
+   (auto_enable_urls): Return true if console
+   supports ansi escape sequences.
+
+2024-06-16  Peter Damianov  
+
+   * diagnostic-color.cc (should_colorize): Enable processing of VT100
+   escape sequences on windows consoles
+
 2024-06-15  Christoph Müllner  
 
* config/riscv/riscv-target-attr.cc 
(riscv_target_attr_parser::parse_arch):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 85b77d08b9d2..bf0b926d2c42 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240616
+20240617
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a491999fbb5c..c60a15371e7b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2024-06-16  Jeff Law  
+
+   * gcc.target/riscv/zbs-zext.c: New test.
+
 2024-06-15  Pan Li  
 
* gcc.target/riscv/rvv/autovec/binop/vec_sat_u_sub-5.c: New test.
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 56f2865bf820..12b9381f7357 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-16  Ian Lance Taylor  
+
+   * elf.c (elf_fetch_bits_backward) Don't fail if no bits are
+   available.
+
 2024-05-03  Ian Lance Taylor  
 
* pecoff.c (struct dll_notification_data): Define.


[gcc r11-11484] Daily bump.

2024-06-16 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:594a2bf3482f5c558a8d76d828f95a0330d2e967

commit r11-11484-g594a2bf3482f5c558a8d76d828f95a0330d2e967
Author: GCC Administrator 
Date:   Mon Jun 17 00:17:55 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 85b77d08b9d2..bf0b926d2c42 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240616
+20240617


[gcc r12-10561] Daily bump.

2024-06-16 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:caa470295744d755bb86dfec3c1dd509de95ba0c

commit r12-10561-gcaa470295744d755bb86dfec3c1dd509de95ba0c
Author: GCC Administrator 
Date:   Mon Jun 17 00:19:50 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 85b77d08b9d2..bf0b926d2c42 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240616
+20240617


[gcc r13-8852] Daily bump.

2024-06-16 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:a62db395b1187a548a02f3c76b18ce60976e2f90

commit r13-8852-ga62db395b1187a548a02f3c76b18ce60976e2f90
Author: GCC Administrator 
Date:   Mon Jun 17 00:20:31 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 85b77d08b9d2..bf0b926d2c42 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240616
+20240617


[gcc r14-10315] Daily bump.

2024-06-16 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:13a09f32dffb29aa4e9618f38b1d983542f864df

commit r14-10315-g13a09f32dffb29aa4e9618f38b1d983542f864df
Author: GCC Administrator 
Date:   Mon Jun 17 00:21:57 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 85b77d08b9d2..bf0b926d2c42 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240616
+20240617


Cron sh /home/gccadmin/scripts/update_version_git

2024-06-16 Thread (Cron Daemon) via Gccadmin
2024-06-17 00:16:22,498:INFO:root:=== Working on: master ===
2024-06-17 00:16:22,894:INFO:root:branch pulled and checked out
2024-06-17 00:16:22,904:INFO:root:8 revisions since last Daily bump
2024-06-17 00:16:23,103:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:24,481:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:28,792:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:28,948:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:29,086:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:29,220:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-06-17 00:16:29,376:INFO:root:writing to ./gcc/ChangeLog
2024-06-17 00:16:29,509:INFO:root:writing to ./libbacktrace/ChangeLog
2024-06-17 00:16:29,657:INFO:root:DATESTAMP will be changed:
2024-06-17 00:16:32,751:INFO:root:commit is done
2024-06-17 00:16:54,435:INFO:root:branch is pushed
2024-06-17 00:16:54,493:INFO:root:branch is done
2024-06-17 00:16:54,494:INFO:root:
2024-06-17 00:17:31,424:INFO:root:=== Working on: releases/gcc-11 ===
2024-06-17 00:17:52,809:INFO:root:branch pulled and checked out
2024-06-17 00:17:52,810:INFO:root:1 revisions since last Daily bump
2024-06-17 00:17:52,821:INFO:root:DATESTAMP will be changed:
2024-06-17 00:17:55,595:INFO:root:commit is done
2024-06-17 00:18:17,319:INFO:root:branch is pushed
2024-06-17 00:18:17,366:INFO:root:branch is done
2024-06-17 00:18:17,366:INFO:root:
2024-06-17 00:18:25,140:INFO:root:=== Working on: releases/gcc-12 ===
2024-06-17 00:19:47,859:INFO:root:branch pulled and checked out
2024-06-17 00:19:47,861:INFO:root:1 revisions since last Daily bump
2024-06-17 00:19:47,871:INFO:root:DATESTAMP will be changed:
2024-06-17 00:19:50,797:INFO:root:commit is done
2024-06-17 00:20:12,971:INFO:root:branch is pushed
2024-06-17 00:20:13,022:INFO:root:branch is done
2024-06-17 00:20:13,022:INFO:root:
2024-06-17 00:20:13,180:INFO:root:=== Working on: releases/gcc-13 ===
2024-06-17 00:20:21,135:INFO:root:branch pulled and checked out
2024-06-17 00:20:21,136:INFO:root:1 revisions since last Daily bump
2024-06-17 00:20:21,145:INFO:root:DATESTAMP will be changed:
2024-06-17 00:20:31,799:INFO:root:commit is done
2024-06-17 00:20:54,907:INFO:root:branch is pushed
2024-06-17 00:20:54,960:INFO:root:branch is done
2024-06-17 00:20:54,960:INFO:root:
2024-06-17 00:20:55,058:INFO:root:=== Working on: releases/gcc-14 ===
2024-06-17 00:21:49,209:INFO:root:branch pulled and checked out
2024-06-17 00:21:49,210:INFO:root:1 revisions since last Daily bump
2024-06-17 00:21:49,220:INFO:root:DATESTAMP will be changed:
2024-06-17 00:21:58,018:INFO:root:commit is done
2024-06-17 00:22:27,777:INFO:root:branch is pushed
2024-06-17 00:22:27,832:INFO:root:branch is done
2024-06-17 00:22:27,832:INFO:root:


Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

2024-06-16 Thread (Cron Daemon) via Gccadmin
9988 blocks