Cron sh /home/gccadmin/scripts/gcc_release -s 14:releases/gcc-14 -l -d /sourceware/snapshot-tmp/gcc all
gcc_release: Sources are commit b0b21d5bdfbc7d417b70010a11354b44968bb184 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 libstdc++-v3/include/bits/version.h... 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-20240518 gcc_release: Uploading files gcc_release: Updating links and READMEs on the FTP server gcc_release: Sending mail
[gcc r15-832] Daily bump.
https://gcc.gnu.org/g:3c7ae57e8824cd4807a25ce76f11e745ba830dc2 commit r15-832-g3c7ae57e8824cd4807a25ce76f11e745ba830dc2 Author: GCC Administrator Date: Sun May 26 00:16:23 2024 + Daily bump. Diff: --- gcc/ChangeLog | 5 + gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog| 5 + gcc/testsuite/ChangeLog | 12 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ab66f65edb6..c35506f7bd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2024-05-25 Jeff Law + + * simplify-rtx.cc (simplify_context::simplify_binary_operation_1): Handle + more logical simplifications. + 2024-05-24 Jeff Law * config/riscv/predicates.md (arith_operand_or_mode_mask): Renamed to.. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 96135ecc67a..6bc0967a4f6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240525 +20240526 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 46f1d43ebeb..3a8fe6620cc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2024-05-25 Nathaniel Shead + + PR c++/102345 + * module.cc (module_may_redeclare): Update error message. + 2024-05-24 Nathaniel Shead PR c++/115200 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 94d5185f3ee..a1d3c847be8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2024-05-25 Jeff Law + + * g++.target/riscv/redundant-bitmap-1.C: New test. + * g++.target/riscv/redundant-bitmap-2.C: New test. + * g++.target/riscv/redundant-bitmap-3.C: New test. + * g++.target/riscv/redundant-bitmap-4.C: New test. + +2024-05-25 Nathaniel Shead + + PR c++/102345 + * g++.dg/modules/enum-12.C: Test for updated error. + 2024-05-24 Harald Anlauf Steven G. Kargl
[gcc r11-11451] Daily bump.
https://gcc.gnu.org/g:f64524a652901c86e547544463c8b375733151f6 commit r11-11451-gf64524a652901c86e547544463c8b375733151f6 Author: GCC Administrator Date: Sun May 26 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 96135ecc67a..6bc0967a4f6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240525 +20240526
[gcc r12-10472] Daily bump.
https://gcc.gnu.org/g:0bd259af6923ca9604060c1fdc5358a822347218 commit r12-10472-g0bd259af6923ca9604060c1fdc5358a822347218 Author: GCC Administrator Date: Sun May 26 00:19:49 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 96135ecc67a..6bc0967a4f6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240525 +20240526
[gcc r13-8801] Daily bump.
https://gcc.gnu.org/g:513d0503f55fa073f4688a8b4246f1c715f7b57b commit r13-8801-g513d0503f55fa073f4688a8b4246f1c715f7b57b Author: GCC Administrator Date: Sun May 26 00:20:27 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 96135ecc67a..6bc0967a4f6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240525 +20240526
[gcc r14-10245] Daily bump.
https://gcc.gnu.org/g:2e0f832cf723808113dbe48035dc1b7b3f5d9eca commit r14-10245-g2e0f832cf723808113dbe48035dc1b7b3f5d9eca Author: GCC Administrator Date: Sun May 26 00:22:08 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 11 +++ gcc/testsuite/ChangeLog | 8 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 96135ecc67a..6bc0967a4f6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240525 +20240526 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 14e5cb8aa2c..9783d2c1745 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2024-05-25 Harald Anlauf + + Backported from master: + 2024-05-24 Harald Anlauf + + PR fortran/86100 + * trans-array.cc (gfc_conv_ss_startstride): Use abridged_ref_name + to generate a more user-friendly name for bounds-check messages. + * trans-expr.cc (gfc_copy_class_to_class): Fix bounds check for + rank>1 by looping over the dimensions. + 2024-05-21 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c490f91c9f0..fa5931c335d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2024-05-25 Harald Anlauf + + Backported from master: + 2024-05-24 Harald Anlauf + + PR fortran/86100 + * gfortran.dg/bounds_check_25.f90: New test. + 2024-05-24 Jason Merrill PR c++/115187
Cron sh /home/gccadmin/scripts/update_version_git
2024-05-26 00:16:18,822:INFO:root:=== Working on: master === 2024-05-26 00:16:19,520:INFO:root:branch pulled and checked out 2024-05-26 00:16:19,529:INFO:root:3 revisions since last Daily bump 2024-05-26 00:16:19,595:INFO:root:writing to ./gcc/cp/ChangeLog 2024-05-26 00:16:20,010:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-05-26 00:16:20,205:INFO:root:writing to ./gcc/ChangeLog 2024-05-26 00:16:20,423:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-05-26 00:16:20,568:INFO:root:DATESTAMP will be changed: 2024-05-26 00:16:24,025:INFO:root:commit is done 2024-05-26 00:16:48,222:INFO:root:branch is pushed 2024-05-26 00:16:48,281:INFO:root:branch is done 2024-05-26 00:16:48,281:INFO:root: 2024-05-26 00:17:19,912:INFO:root:=== Working on: releases/gcc-11 === 2024-05-26 00:17:52,948:INFO:root:branch pulled and checked out 2024-05-26 00:17:52,949:INFO:root:1 revisions since last Daily bump 2024-05-26 00:17:52,957:INFO:root:DATESTAMP will be changed: 2024-05-26 00:17:55,941:INFO:root:commit is done 2024-05-26 00:18:16,950:INFO:root:branch is pushed 2024-05-26 00:18:16,998:INFO:root:branch is done 2024-05-26 00:18:16,998:INFO:root: 2024-05-26 00:18:17,672:INFO:root:=== Working on: releases/gcc-12 === 2024-05-26 00:19:44,705:INFO:root:branch pulled and checked out 2024-05-26 00:19:44,707:INFO:root:1 revisions since last Daily bump 2024-05-26 00:19:44,716:INFO:root:DATESTAMP will be changed: 2024-05-26 00:19:49,745:INFO:root:commit is done 2024-05-26 00:20:18,509:INFO:root:branch is pushed 2024-05-26 00:20:18,561:INFO:root:branch is done 2024-05-26 00:20:18,561:INFO:root: 2024-05-26 00:20:18,649:INFO:root:=== Working on: releases/gcc-13 === 2024-05-26 00:20:24,935:INFO:root:branch pulled and checked out 2024-05-26 00:20:24,936:INFO:root:1 revisions since last Daily bump 2024-05-26 00:20:24,944:INFO:root:DATESTAMP will be changed: 2024-05-26 00:20:27,992:INFO:root:commit is done 2024-05-26 00:20:51,060:INFO:root:branch is pushed 2024-05-26 00:20:51,113:INFO:root:branch is done 2024-05-26 00:20:51,113:INFO:root: 2024-05-26 00:20:51,169:INFO:root:=== Working on: releases/gcc-14 === 2024-05-26 00:21:59,567:INFO:root:branch pulled and checked out 2024-05-26 00:21:59,568:INFO:root:2 revisions since last Daily bump 2024-05-26 00:21:59,652:INFO:root:writing to ./gcc/fortran/ChangeLog 2024-05-26 00:21:59,909:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-05-26 00:22:00,055:INFO:root:DATESTAMP will be changed: 2024-05-26 00:22:08,202:INFO:root:commit is done 2024-05-26 00:22:38,083:INFO:root:branch is pushed 2024-05-26 00:22:38,139:INFO:root:branch is done 2024-05-26 00:22:38,139:INFO:root:
Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
9989 blocks