Cron sh /home/gccadmin/scripts/gcc_release -s 15:master -l -d /sourceware/snapshot-tmp/gcc all
gcc_release: Sources are commit 0312b66677590471b8b783b81f62b2e36b1b7ac1 Touching fixincludes/configure... Touching fixincludes/config.h.in... 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 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 libcc1/configure... 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-20240915 gcc_release: Uploading files gcc_release: Updating links and READMEs on the FTP server gcc_release: Sending mail
[gcc r15-3781] Daily bump.
https://gcc.gnu.org/g:ca12354fe2e22e9819a25a0b60d04c53a53f9fc3 commit r15-3781-gca12354fe2e22e9819a25a0b60d04c53a53f9fc3 Author: GCC Administrator Date: Mon Sep 23 00:18:00 2024 + Daily bump. Diff: --- gcc/ChangeLog | 19 ++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 47 + libgcc/ChangeLog| 6 + libstdc++-v3/ChangeLog | 69 + 5 files changed, 142 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7934c534e8a..95470dbd2072 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,22 @@ +2024-09-22 Tamar Christina + + * tree-vect-patterns.cc (append_inv_pattern_def_seq): New. + (vect_recog_bool_pattern): Lower COND_EXPRs. + * tree-vect-slp.cc (vect_slp_region): Materialize loop invariant + statements. + * tree-vect-loop.cc (vect_transform_loop): Likewise. + * tree-vect-stmts.cc (vectorizable_comparison_1): Remove + VECT_SCALAR_BOOLEAN_TYPE_P handling for vectype. + * tree-vectorizer.cc (vec_info::vec_info): Initialize + inv_pattern_def_seq. + * tree-vectorizer.h (LOOP_VINFO_INV_PATTERN_DEF_SEQ): New. + (class vec_info): Add inv_pattern_def_seq. + +2024-09-22 Tamar Christina + + * config/aarch64/aarch64.cc (adjust_body_cost): + Cap VF for low iteration loops. + 2024-09-21 Mikael Morin PR fortran/90608 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c43582073d8a..37e5425b64e5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240922 +20240923 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9bed4d77384f..1a055adaa956 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,50 @@ +2024-09-22 Pan Li + + * gcc.target/riscv/sat_arith.h: Add test helper macros. + * gcc.target/riscv/sat_s_add-13.c: New test. + * gcc.target/riscv/sat_s_add-14.c: New test. + * gcc.target/riscv/sat_s_add-15.c: New test. + * gcc.target/riscv/sat_s_add-16.c: New test. + * gcc.target/riscv/sat_s_add-run-13.c: New test. + * gcc.target/riscv/sat_s_add-run-14.c: New test. + * gcc.target/riscv/sat_s_add-run-15.c: New test. + * gcc.target/riscv/sat_s_add-run-16.c: New test. + +2024-09-22 Pan Li + + * gcc.target/riscv/sat_arith.h: Add test helper macros. + * gcc.target/riscv/sat_s_add-10.c: New test. + * gcc.target/riscv/sat_s_add-11.c: New test. + * gcc.target/riscv/sat_s_add-12.c: New test. + * gcc.target/riscv/sat_s_add-9.c: New test. + * gcc.target/riscv/sat_s_add-run-10.c: New test. + * gcc.target/riscv/sat_s_add-run-11.c: New test. + * gcc.target/riscv/sat_s_add-run-12.c: New test. + * gcc.target/riscv/sat_s_add-run-9.c: New test. + +2024-09-22 Iain Sandoe + + * g++.dg/coroutines/torture/special-termination-00-sync-completion.C: New test. + * g++.dg/coroutines/torture/special-termination-01-self-destruct.C: New test. + +2024-09-22 Tamar Christina + + * gcc.dg/vect/bb-slp-conditional_store_1.c: New test. + * gcc.dg/vect/vect-conditional_store_5.c: New test. + * gcc.dg/vect/vect-conditional_store_6.c: New test. + +2024-09-22 Tamar Christina + + * gcc.target/aarch64/sve/asrdiv_4.c: Update bounds. + * gcc.target/aarch64/sve/cond_asrd_2.c: Likewise. + * gcc.target/aarch64/sve/cond_uxt_6.c: Likewise. + * gcc.target/aarch64/sve/cond_uxt_7.c: Likewise. + * gcc.target/aarch64/sve/cond_uxt_8.c: Likewise. + * gcc.target/aarch64/sve/miniloop_1.c: Likewise. + * gcc.target/aarch64/sve/spill_6.c: Likewise. + * gcc.target/aarch64/sve/sve_iters_low_1.c: New test. + * gcc.target/aarch64/sve/sve_iters_low_2.c: New test. + 2024-09-21 Mikael Morin PR fortran/90608 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1013fdbd0eac..0b62c93bafc2 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2024-09-22 Iain Sandoe + + * config.host: From macOS 11, limit earliest macOS support + to macOS 11. + * config/t-darwin-min-11: New file. + 2024-08-27 YunQiang Su * config/mips/lib1funcs.S: Includes mips16.S. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d4037cfab49c..1ad45767009f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,72 @@ +2024-09-22 Jonathan Wakely + + * include/std/format (__format::__is_formattable_integer): New + variable template and specializations. + (template struct formatter): Replace + constraints on first arg with __is_formattable_integer. + * testsuite/std/format/formatter/requirements.cc: Check that + std::formatter specializations for char8_t and const int are + disabled. + +2024-09-22 Jonathan Wakely + + PR libstdc++/116754 + * include/bits
[gcc r12-10723] Daily bump.
https://gcc.gnu.org/g:917b6c6a897da7741c0e404c48ce358852749cc0 commit r12-10723-g917b6c6a897da7741c0e404c48ce358852749cc0 Author: GCC Administrator Date: Mon Sep 23 00:19:53 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c43582073d8a..37e5425b64e5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240922 +20240923
Cron sh /home/gccadmin/scripts/update_version_git
2024-09-23 00:16:56,136:INFO:root:=== Working on: master === 2024-09-23 00:16:56,827:INFO:root:branch pulled and checked out 2024-09-23 00:16:56,838:INFO:root:15 revisions since last Daily bump 2024-09-23 00:17:10,579:INFO:root:writing to ./gcc/ChangeLog 2024-09-23 00:17:13,887:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-09-23 00:17:15,067:INFO:root:writing to ./gcc/ChangeLog 2024-09-23 00:17:16,669:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-09-23 00:17:17,661:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:19,027:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:21,888:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:24,471:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:25,631:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:27,478:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:31,214:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:39,088:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-09-23 00:17:39,236:INFO:root:writing to ./libgcc/ChangeLog 2024-09-23 00:17:39,622:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-09-23 00:17:39,846:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-09-23 00:17:47,957:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-09-23 00:17:57,640:INFO:root:DATESTAMP will be changed: 2024-09-23 00:18:00,919:INFO:root:commit is done 2024-09-23 00:18:25,037:INFO:root:branch is pushed 2024-09-23 00:18:25,107:INFO:root:branch is done 2024-09-23 00:18:25,107:INFO:root: 2024-09-23 00:18:30,595:INFO:root:=== Working on: releases/gcc-12 === 2024-09-23 00:19:49,017:INFO:root:branch pulled and checked out 2024-09-23 00:19:49,018:INFO:root:1 revisions since last Daily bump 2024-09-23 00:19:49,027:INFO:root:DATESTAMP will be changed: 2024-09-23 00:19:53,474:INFO:root:commit is done 2024-09-23 00:20:17,701:INFO:root:branch is pushed 2024-09-23 00:20:17,755:INFO:root:branch is done 2024-09-23 00:20:17,755:INFO:root: 2024-09-23 00:20:17,824:INFO:root:=== Working on: releases/gcc-13 === 2024-09-23 00:20:32,365:INFO:root:branch pulled and checked out 2024-09-23 00:20:32,366:INFO:root:2 revisions since last Daily bump 2024-09-23 00:20:32,414:INFO:root:writing to ./gcc/ChangeLog 2024-09-23 00:20:32,598:INFO:root:DATESTAMP will be changed: 2024-09-23 00:20:35,505:INFO:root:commit is done 2024-09-23 00:21:00,141:INFO:root:branch is pushed 2024-09-23 00:21:00,202:INFO:root:branch is done 2024-09-23 00:21:00,202:INFO:root: 2024-09-23 00:21:02,890:INFO:root:=== Working on: releases/gcc-14 === 2024-09-23 00:22:06,669:INFO:root:branch pulled and checked out 2024-09-23 00:22:06,670:INFO:root:2 revisions since last Daily bump 2024-09-23 00:22:06,723:INFO:root:writing to ./gcc/ChangeLog 2024-09-23 00:22:07,000:INFO:root:DATESTAMP will be changed: 2024-09-23 00:22:16,662:INFO:root:commit is done 2024-09-23 00:22:50,478:INFO:root:branch is pushed 2024-09-23 00:22:50,538:INFO:root:branch is done 2024-09-23 00:22:50,539:INFO:root:
[gcc r13-9052] Daily bump.
https://gcc.gnu.org/g:6d4373a8f6275a083ab4477a408e133a043e08c2 commit r13-9052-g6d4373a8f6275a083ab4477a408e133a043e08c2 Author: GCC Administrator Date: Mon Sep 23 00:20:35 2024 + Daily bump. Diff: --- gcc/ChangeLog | 7 +++ gcc/DATESTAMP | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2bdaf68307e9..9d8823a5a469 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2024-09-22 John David Anglin + + * config/pa/pa.h (GENERAL_REGNO_P): Define. + * config/pa/pa.md: Add SImode and SFmode peephole2 + patterns to generate loads and stores with long + displacements. + 2024-09-20 Eric Botcazou * ipa-modref.cc (modref_eaf_analysis::analyze_ssa_name): Always diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c43582073d8a..37e5425b64e5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240922 +20240923
[gcc r14-10701] Daily bump.
https://gcc.gnu.org/g:2a8f362c3ef6acaed5af8140b9e36854231c96e9 commit r14-10701-g2a8f362c3ef6acaed5af8140b9e36854231c96e9 Author: GCC Administrator Date: Mon Sep 23 00:22:16 2024 + Daily bump. Diff: --- gcc/ChangeLog | 7 +++ gcc/DATESTAMP | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a8fc67b50ab..ea929e906bf4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2024-09-22 John David Anglin + + * config/pa/pa.h (GENERAL_REGNO_P): Define. + * config/pa/pa.md: Add SImode and SFmode peephole2 + patterns to generate loads and stores with long + displacements. + 2024-09-20 Eric Botcazou * ipa-modref.cc (modref_eaf_analysis::analyze_ssa_name): Always diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c43582073d8a..37e5425b64e5 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240922 +20240923