Cron sh /home/gccadmin/scripts/gcc_release -s 15:master -l -d /sourceware/snapshot-tmp/gcc all
gcc_release: Sources are commit 4594d555aa551a9998fc921363c5f6ea50630d5c 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 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 libcody/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/include/bits/version.h... Touching libcc1/aclocal.m4... Touching libcc1/Makefile.in... Touching Makefile.in... 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-20240630 gcc_release: Uploading files gcc_release: Updating links and READMEs on the FTP server gcc_release: Sending mail
[gcc r15-1887] Daily bump.
https://gcc.gnu.org/g:53eef7915ac1a9b9ad672cc2e80509c15a764ca2 commit r15-1887-g53eef7915ac1a9b9ad672cc2e80509c15a764ca2 Author: GCC Administrator Date: Mon Jul 8 00:17:01 2024 + Daily bump. Diff: --- gcc/ChangeLog| 4 gcc/DATESTAMP| 2 +- gcc/ada/ChangeLog| 7 +++ gcc/cp/ChangeLog | 6 ++ gcc/m2/ChangeLog | 14 ++ gcc/testsuite/ChangeLog | 5 + gnattools/ChangeLog | 5 + libstdc++-v3/ChangeLog | 23 +++ maintainer-scripts/ChangeLog | 4 9 files changed, 69 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index caeb1ee835eb..ae2d55a9b053 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2024-07-07 Gerald Pfeifer + + * doc/bugreport.texi (Bug Criteria): Remove dubious example. + 2024-07-06 Jeff Law * config/riscv/bitmanip.md (bset splitters): Turn into define_and_splits. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 391dc0be0554..d50aabd12dd3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240707 +20240708 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 986adf36dd23..6d4e4abf85b6 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2024-07-07 Maciej W. Rozycki + + * gcc-interface/Make-lang.in (ada.all.cross): Move recipe to... + (GNATTOOLS_CROSS_MV): ... this new variable. + (cross-gnattools): Paste it here. + (gnattools-cross-mv): New target. + 2024-07-03 Alexandre Oliva * gcc-interface/misc.cc (gnat_get_array_descr_info): Only follow diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 14aa4b397175..a15461d5ac47 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2024-07-07 Nathaniel Shead + + * module.cc (trees_out::get_merge_kind): Use + LAMBDA_TYPE_EXTRA_SCOPE instead of LAMBDA_EXPR_EXTRA_SCOPE. + (trees_out::key_mergeable): Likewise. + 2024-07-04 Tamar Christina PR c++/115623 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 452556977b51..65f089c44ce9 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,17 @@ +2024-07-07 Gaius Mulley + Stefan Schulze Frielinghaus + Andrew Pinski + + PR modula2/115804 + * gm2-gcc/m2builtins.cc (builtin_function_entry): Add GTY. + (DoBuiltinMemCopy): Add rettype and use rettype in the call. + (DoBuiltinAlloca): Ditto. + (DoBuiltinIsfinite): Ditto. + (DoBuiltinIsnan): Ditto. + (m2builtins_BuiltInHugeVal): Ditto. + (m2builtins_BuiltInHugeValShort): Ditto. + (m2builtins_BuiltInHugeValLong): Ditto. + 2024-06-25 Gaius Mulley * gm2-compiler/M2GenGCC.mod (QuadCondition): Remove. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d311464bcb3e..1a5be4afe353 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2024-07-07 Maciej W. Rozycki + + * lib/gnat.exp (local_find_gnatmake, find_gnatclean): Use + '-cross' suffix where testing a cross-compiler. + 2024-07-06 Jeff Law * gcc.target/riscv/binv-for-simode-1.c: New test. diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 73ffb9068ceb..b39fc3718189 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,8 @@ +2024-07-07 Maciej W. Rozycki + + * Makefile.in (gnattools-cross): Also build 'gnattools-cross-mv' + in GCC_DIR. + 2023-04-25 Eric Botcazou * configure.ac (TOOLS_TARGET_PAIRS): Remove obsolete settings. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 09874d2030d7..ce60bdaf1bb0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,26 @@ +2024-07-07 Gerald Pfeifer + + * doc/xml/manual/configure.xml: Update Autobook 14 link. + Update GCC installation instructions link. + * doc/html/manual/configure.html: Regenerate. + +2024-07-07 Jonathan Wakely + + PR libstdc++/115799 + * include/bits/stl_algo.h (find): Use 'if constexpr' so that + memchr optimization is a discarded statement for non-contiguous + iterators. + * testsuite/25_algorithms/find/bytes.cc: Check with input + iterators. + +2024-07-07 Jonathan Wakely + + PR libstdc++/115799 + * include/bits/ranges_util.h (__find_fn): Return iterator + instead of sentinel. + * testsuite/25_algorithms/find/constrained.cc: Check non-common + contiguous sized range of char. + 2024-07-06 Jonathan Wakely * testsuite/17_intro/headers/c++1998/all_attributes.cc: Add diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index d54d685b3e99..b80db84fc692 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2024-07-07 Gerald Pfeifer + + * update_web_docs
[gcc r11-11560] Daily bump.
https://gcc.gnu.org/g:77cc621a0a9d1083378300463b93a66b5230a745 commit r11-11560-g77cc621a0a9d1083378300463b93a66b5230a745 Author: GCC Administrator Date: Mon Jul 8 00:19:20 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 391dc0be0554..d50aabd12dd3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240707 +20240708
[gcc r12-10606] Daily bump.
https://gcc.gnu.org/g:69520d77fae798338ee849b42e1a61b08ed27275 commit r12-10606-g69520d77fae798338ee849b42e1a61b08ed27275 Author: GCC Administrator Date: Mon Jul 8 00:20:02 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 391dc0be0554..d50aabd12dd3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240707 +20240708
[gcc r13-8896] Daily bump.
https://gcc.gnu.org/g:ed36bd1855298e46f827c484bcd0fe8783a34a3a commit r13-8896-ged36bd1855298e46f827c484bcd0fe8783a34a3a Author: GCC Administrator Date: Mon Jul 8 00:21:41 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 391dc0be0554..d50aabd12dd3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240707 +20240708
[gcc r14-10388] Daily bump.
https://gcc.gnu.org/g:a927d33557eadc933ca964213e8d55f5463f9853 commit r14-10388-ga927d33557eadc933ca964213e8d55f5463f9853 Author: GCC Administrator Date: Mon Jul 8 00:22:29 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 391dc0be0554..d50aabd12dd3 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240707 +20240708 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 927dfa1e16ec..3083ceab7379 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2024-07-07 Harald Anlauf + + Backported from master: + 2024-07-03 Harald Anlauf + + PR fortran/115700 + * trans-stmt.cc (trans_associate_var): When the associate target + is an array-valued character variable, the length is known at entry + of the associate block. Move setting of string length of the + selector to the initialization part of the block. + 2024-06-30 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 614e305137dc..fc3f5b8b5c7f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2024-07-07 Harald Anlauf + + Backported from master: + 2024-07-03 Harald Anlauf + + PR fortran/115700 + * gfortran.dg/associate_69.f90: New test. + 2024-07-06 Eric Botcazou * gnat.dg/array41.ads, gnat.dg/array41.adb: New test.
Cron sh /home/gccadmin/scripts/update_version_git
2024-07-08 00:16:40,565:INFO:root:=== Working on: master === 2024-07-08 00:16:41,148:INFO:root:branch pulled and checked out 2024-07-08 00:16:41,159:INFO:root:9 revisions since last Daily bump 2024-07-08 00:16:41,421:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-07-08 00:16:41,913:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-07-08 00:16:42,058:INFO:root:writing to ./gcc/ada/ChangeLog 2024-07-08 00:16:42,254:INFO:root:writing to ./gnattools/ChangeLog 2024-07-08 00:16:42,419:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-07-08 00:16:42,611:INFO:root:writing to ./gcc/cp/ChangeLog 2024-07-08 00:16:42,810:INFO:root:writing to ./gcc/ChangeLog 2024-07-08 00:16:43,106:INFO:root:writing to ./maintainer-scripts/ChangeLog 2024-07-08 00:16:43,270:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-07-08 00:16:45,316:INFO:root:writing to ./gcc/m2/ChangeLog 2024-07-08 00:16:58,217:INFO:root:DATESTAMP will be changed: 2024-07-08 00:17:02,104:INFO:root:commit is done 2024-07-08 00:17:24,945:INFO:root:branch is pushed 2024-07-08 00:17:25,014:INFO:root:branch is done 2024-07-08 00:17:25,015:INFO:root: 2024-07-08 00:17:51,813:INFO:root:=== Working on: releases/gcc-11 === 2024-07-08 00:19:12,795:INFO:root:branch pulled and checked out 2024-07-08 00:19:12,796:INFO:root:1 revisions since last Daily bump 2024-07-08 00:19:12,805:INFO:root:DATESTAMP will be changed: 2024-07-08 00:19:20,356:INFO:root:commit is done 2024-07-08 00:19:52,065:INFO:root:branch is pushed 2024-07-08 00:19:52,117:INFO:root:branch is done 2024-07-08 00:19:52,118:INFO:root: 2024-07-08 00:19:52,176:INFO:root:=== Working on: releases/gcc-12 === 2024-07-08 00:19:59,069:INFO:root:branch pulled and checked out 2024-07-08 00:19:59,070:INFO:root:1 revisions since last Daily bump 2024-07-08 00:19:59,079:INFO:root:DATESTAMP will be changed: 2024-07-08 00:20:02,198:INFO:root:commit is done 2024-07-08 00:20:30,957:INFO:root:branch is pushed 2024-07-08 00:20:31,015:INFO:root:branch is done 2024-07-08 00:20:31,016:INFO:root: 2024-07-08 00:20:41,074:INFO:root:=== Working on: releases/gcc-13 === 2024-07-08 00:21:37,809:INFO:root:branch pulled and checked out 2024-07-08 00:21:37,811:INFO:root:1 revisions since last Daily bump 2024-07-08 00:21:37,821:INFO:root:DATESTAMP will be changed: 2024-07-08 00:21:41,953:INFO:root:commit is done 2024-07-08 00:22:05,573:INFO:root:branch is pushed 2024-07-08 00:22:05,625:INFO:root:branch is done 2024-07-08 00:22:05,625:INFO:root: 2024-07-08 00:22:05,712:INFO:root:=== Working on: releases/gcc-14 === 2024-07-08 00:22:22,356:INFO:root:branch pulled and checked out 2024-07-08 00:22:22,357:INFO:root:2 revisions since last Daily bump 2024-07-08 00:22:22,441:INFO:root:writing to ./gcc/fortran/ChangeLog 2024-07-08 00:22:22,652:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-07-08 00:22:22,931:INFO:root:DATESTAMP will be changed: 2024-07-08 00:22:29,216:INFO:root:commit is done 2024-07-08 00:22:52,359:INFO:root:branch is pushed 2024-07-08 00:22:52,415:INFO:root:branch is done 2024-07-08 00:22:52,416:INFO:root:
Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
9988 blocks