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

2024-07-18 Thread (Cron Daemon) via Gccadmin
gcc_release: Sources are commit c5a26fc24b0af61498fae65ccad69d51d63d2a8b
Touching fixincludes/config.h.in...
Touching intl/plural-config.h...
Touching intl/config.h.in...
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/config/rs6000/fusion.md...
Touching gcc/config/tilegx/mul-tables.cc...
Touching gcc/testsuite/gcc.dg/cpp/_Pragma3.c...
Touching lto-plugin/Makefile.in...
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 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 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 liboffloadmic/plugin/aclocal.m4...
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 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 12-20240711
gcc_release: Uploading files
gcc_release: Updating links and READMEs on the FTP server
gcc_release: Sending mail


[gcc r15-2148] Daily bump.

2024-07-18 Thread GCC Administrator via Libstdc++-cvs
d for sibcalls too.
+   (rest_of_handle_thread_prologue_and_epilogue): Dito.
+
+2024-07-18  Andi Kleen  
+
+   PR c/83324
+   * calls.cc (maybe_complain_about_tail_call): Clear must tail
+   flag on error.
+   (expand_call): Give error messages for all musttail failures.
+
 2024-07-17  Richard Sandiford  
 
PR rtl-optimization/115929
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 1d16bb88567c..92d0274c3c6f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240718
+20240719
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index e9994ff62852..4b48bc9578ac 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,47 @@
+2024-07-18  Marek Polacek  
+
+   PR c++/108769
+   PR c++/58074
+   PR c++/115522
+   PR c++/85723
+   * class.cc (type_has_non_deleted_trivial_default_ctor): Fix formatting.
+   * tree.cc (trivial_type_p): Instead of TYPE_HAS_TRIVIAL_DFLT, use
+   type_has_non_deleted_trivial_default_ctor.
+
+2024-07-18  Nathaniel Shead  
+
+   PR c++/115165
+   * module.cc (lazy_load_binding): Use 'timevar_cond*' APIs.
+   (lazy_load_pendings): Likewise.
+
+2024-07-18  Patrick Palka  
+
+   PR c++/112288
+   * pt.cc (tsubst_friend_function): When adjusting existing
+   specializations after defining a previously declared template
+   friend, consider the most general template and correct
+   DECL_TI_ARGS adjustment.
+
+2024-07-18  Patrick Palka  
+
+   PR c++/114104
+   * cvt.cc (convert_to_void): Call warn_if_unused_value for
+   TRUTH_NOT_EXPR and ADDR_EXPR as well.
+
+2024-07-18  Patrick Palka  
+
+   * decl.cc (make_typename_type): Restrict name lookup failure
+   punting to dependentish_scope_p instead of dependent_type_p.
+   * error.cc (qualified_name_lookup_error): Improve diagnostic
+   when the scope is the current instantiation.
+   * parser.cc (cp_parser_diagnose_invalid_type_name): Likewise.
+   (cp_parser_conversion_function_id): Don't call push_scope on
+   a template scope unless we're in a declaration context.
+   (cp_parser_lookup_name): Restrict name lookup failure
+   punting to dependentish_scope_p instead of depedent_type_p.
+   * semantics.cc (finish_id_expression_1): Likewise.
+   * typeck.cc (finish_class_member_access_expr): Likewise.
+
 2024-07-17  Marek Polacek  
 
PR c++/115900
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 901224090201..6e5ff2dadbe8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,61 @@
+2024-07-18  Andre Vehreschild  
+
+   PR fortran/78466
+   PR fortran/80774
+   * array.cc (gfc_compare_array_spec): Take cotype into account.
+   * class.cc (gfc_build_class_symbol): Coarrays are also arrays.
+   * gfortran.h (IS_CLASS_COARRAY_OR_ARRAY): New macro to detect
+   regular and coarray class arrays.
+   * interface.cc (compare_components): Take codimension into
+   account.
+   * resolve.cc (resolve_symbol): Improve error message.
+   * simplify.cc (simplify_bound_dim): Remove duplicate.
+   * trans-array.cc (gfc_trans_array_cobounds): Coarrays are also
+   arrays.
+   (gfc_trans_array_bounds): Same.
+   (gfc_trans_dummy_array_bias): Same.
+   (get_coarray_as): Get the as having a non-zero codim.
+   (is_explicit_coarray): Detect explicit coarrays.
+   (gfc_conv_expr_descriptor): Create a new descriptor for explicit
+   coarrays.
+   * trans-decl.cc (gfc_build_qualified_array): Coarrays are also
+   arrays.
+   (gfc_build_dummy_array_decl): Same.
+   (gfc_get_symbol_decl): Same.
+   (gfc_trans_deferred_vars): Same.
+   * trans-expr.cc (class_scalar_coarray_to_class): Get the
+   descriptor from the correct location.
+   (gfc_conv_variable): Pick up the descriptor when needed.
+   * trans-types.cc (gfc_is_nodesc_array): Coarrays are also
+   arrays.
+   (gfc_get_nodesc_array_type): Indentation fix only.
+   (cobounds_match_decl): Match a tree's bounds to the expr's
+   bounds and return true, when they match.
+   (gfc_get_derived_type): Create a new type tree/descriptor, when
+   the cobounds of the existing declaration and expr to not
+   match.  This happends for class arrays in parameter list, when
+   there are different cobound declarations.
+
+2024-07-18  Paul Thomas  
+
+   PR fortran/108889
+   * gfortran.h: Add bit field 'allocated_in_scope' to gfc_symbol.
+   * trans-array.cc (gfc_array_allocate): Set 'allocated_in_scope'
+   after allocation if not a component reference.
+   (gfc_alloc_allocatable_for_assignment): If 'allocated_in_scope'
+   not set, not a component ref and not allocated, set the array
+   bounds and offset to give zero length in all dimensions. Then
+   set allocated_in_scope.
+
+2024-07-18  Andre Vehreschild  
+
+   PR fortran/82904
+   * tra

[gcc r11-11583] Daily bump.

2024-07-18 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:a8de69be18d50533376292187245eac955006400

commit r11-11583-ga8de69be18d50533376292187245eac955006400
Author: GCC Administrator 
Date:   Fri Jul 19 00:20:37 2024 +

Daily bump.

Diff:
---
 gcc/DATESTAMP   | 2 +-
 gcc/testsuite/ChangeLog | 8 
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 1d16bb88567c..92d0274c3c6f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240718
+20240719
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 754076deff1e..1bc78a3addf0 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2024-07-18  Jakub Jelinek  
+
+   Backported from master:
+   2024-07-18  Jakub Jelinek  
+
+   * c-c++-common/torture/builtin-clear-padding-3.c (main): Compare
+   s2.b.a against -1 rather than (char) -1.
+
 2024-07-17  Jakub Jelinek  
 
Backported from master:


[gcc r12-10624] Daily bump.

2024-07-18 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:b1ec101ee38ab974782685429f00258d824258ef

commit r12-10624-gb1ec101ee38ab974782685429f00258d824258ef
Author: GCC Administrator 
Date:   Fri Jul 19 00:21:11 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 11 +++
 gcc/DATESTAMP   |  2 +-
 gcc/testsuite/ChangeLog |  8 
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b4964b28..3ac7e625ffb8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2024-07-18  Uros Bizjak  
+
+   Backported from master:
+   2024-07-17  Uros Bizjak  
+
+   PR target/115526
+   * config/alpha/alpha.md (movdi_er_high_g): Add cannot_copy attribute.
+   (movdi_er_tlsgd): Ditto.
+   (movdi_er_tlsldm): Ditto.
+   (call_value_osf_): Ditto.
+
 2024-07-16  Stefan Schulze Frielinghaus  
 
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 1d16bb88567c..92d0274c3c6f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240718
+20240719
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 223909bb58ef..2799a1df693c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2024-07-18  Uros Bizjak  
+
+   Backported from master:
+   2024-07-17  Uros Bizjak  
+
+   PR target/115526
+   * gcc.target/alpha/pr115526.c: New test.
+
 2024-07-15  liuhongt  
 
Backported from master:


[gcc r13-8922] Daily bump.

2024-07-18 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:b17ac5e747f8df2d47855344375d1e86465b70bf

commit r13-8922-gb17ac5e747f8df2d47855344375d1e86465b70bf
Author: GCC Administrator 
Date:   Fri Jul 19 00:23:22 2024 +

Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 1d16bb88567c..92d0274c3c6f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240718
+20240719


[gcc r14-10462] Daily bump.

2024-07-18 Thread GCC Administrator via Gcc-cvs
https://gcc.gnu.org/g:a2a29167556b6dded10253953b99baff012c346e

commit r14-10462-ga2a29167556b6dded10253953b99baff012c346e
Author: GCC Administrator 
Date:   Fri Jul 19 00:25:13 2024 +

Daily bump.

Diff:
---
 gcc/ChangeLog   | 48 +
 gcc/DATESTAMP   |  2 +-
 gcc/analyzer/ChangeLog  | 10 
 gcc/cp/ChangeLog| 16 +
 gcc/testsuite/ChangeLog | 63 +
 5 files changed, 138 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5231837fddae..dfc0380aadf1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,51 @@
+2024-07-18  Marek Polacek  
+
+   Backported from master:
+   2024-07-18  Marek Polacek  
+   Jakub Jelinek   
+
+   PR c++/115865
+   * tree-eh.cc (get_eh_else): Check that the result of
+   gimple_seq_first_stmt is non-null.
+
+2024-07-18  LIU Hao  
+
+   Backported from master:
+   2024-07-18  LIU Hao  
+
+   PR rtl-optimization/115049
+   * varasm.cc (decl_binds_to_current_def_p): Add a check for COMDAT
+   declarations too, like weak ones.
+
+2024-07-18  Roger Sayle  
+
+   Backported from master:
+   2024-06-07  Roger Sayle  
+
+   PR target/115351
+   * config/i386/i386.cc (ix86_rtx_costs): Provide estimates for
+   the *concatditi3 and *insvti_highpart patterns, about two insns.
+
+2024-07-18  Jan Hubicka  
+
+   Backported from master:
+   2024-05-16  Jan Hubicka  
+
+   PR ipa/113787
+   * ipa-fnsummary.cc (points_to_local_or_readonly_memory_p): Do not
+   look into TARGET_MEM_REFS with constant opreand 0.
+
+2024-07-18  Roger Sayle  
+
+   Backported from master:
+   2024-06-24  Roger Sayle  
+   Richard Biener  
+
+   PR tree-optimization/113673
+   * gimple-ssa-store-merging.cc (find_bswap_or_nop_load): Make static.
+   (find_bswap_or_nop_1): Avoid transformations (load merging) when
+   stmt_can_throw_internal indicates that a statement can trap.
+
 2024-07-17  Uros Bizjak  
 
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 1d16bb88567c..92d0274c3c6f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240718
+20240719
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 0819d2e0f045..b2727e5afcd5 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,13 @@
+2024-07-18  David Malcolm  
+
+   Backported from master:
+   2024-05-15  David Malcolm  
+
+   PR analyzer/114899
+   * access-diagram.cc
+   (written_svalue_spatial_item::get_label_string): Bulletproof
+   against SSA_NAME_VAR being null.
+
 2024-05-07  Release Manager
 
* GCC 14.1.0 released.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ff36ee51eabe..600c9b1afcb9 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,19 @@
+2024-07-18  Marek Polacek  
+
+   Backported from master:
+   2024-06-25  Marek Polacek  
+
+   PR c++/115476
+   * semantics.cc (finish_trait_expr)
+   : Move below to call
+   check_trait_type with kind==2.
+
+2024-07-18  Nathaniel Shead  
+
+   PR c++/115165
+   * module.cc (lazy_load_binding): Use 'timevar_cond*' APIs.
+   (lazy_load_pendings): Likewise.
+
 2024-07-17  Patrick Palka  
 
Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9604a9181736..4b65b61ff48a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,66 @@
+2024-07-18  Marek Polacek  
+
+   Backported from master:
+   2024-07-18  Marek Polacek  
+   Jakub Jelinek   
+
+   PR c++/115865
+   * g++.dg/asan/initlist2.C: New test.
+
+2024-07-18  Marek Polacek  
+
+   Backported from master:
+   2024-06-25  Marek Polacek  
+
+   PR c++/115476
+   * g++.dg/cpp1z/has-unique-obj-representations4.C: New test.
+
+2024-07-18  Roger Sayle  
+
+   Backported from master:
+   2024-06-07  Roger Sayle  
+
+   PR target/115351
+   * g++.target/i386/pr115351.C: New test case.
+
+2024-07-18  David Malcolm  
+
+   Backported from master:
+   2024-05-15  David Malcolm  
+
+   PR analyzer/114899
+   * c-c++-common/analyzer/out-of-bounds-diagram-pr114899.c: New test.
+
+2024-07-18  Jan Hubicka  
+
+   Backported from master:
+   2024-05-16  Jan Hubicka  
+
+   * gcc.c-torture/execute/pr113787.c: New test.
+
+2024-07-18  Roger Sayle  
+
+   Backported from master:
+   2024-06-24  Roger Sayle  
+   Richard Biener  
+
+   PR tree-optimization/113673
+   * g++.dg/pr113673.C: New test case.
+
+2024-07-18  Jakub Jelinek  
+
+   Backported from master:
+   2024-07-18  Jakub Jelinek  
+
+   * c-c++-common/torture/builtin-clear-padding-3.c (main): Compare
+   s2.b.a against -1 rather than (char) -1.
+
+

Cron sh /home/gccadmin/scripts/update_version_git

2024-07-18 Thread (Cron Daemon) via Gccadmin
2024-07-19 00:16:18,852:INFO:root:=== Working on: master ===
2024-07-19 00:16:19,351:INFO:root:branch pulled and checked out
2024-07-19 00:16:19,367:INFO:root:33 revisions since last Daily bump
2024-07-19 00:16:20,295:INFO:root:writing to ./libbacktrace/ChangeLog
2024-07-19 00:16:20,454:INFO:root:writing to ./gcc/cp/ChangeLog
2024-07-19 00:16:20,627:INFO:root:writing to ./libstdc++-v3/ChangeLog
2024-07-19 00:16:20,856:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:16:21,073:INFO:root:writing to ./gcc/cp/ChangeLog
2024-07-19 00:16:25,333:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:16:30,422:INFO:root:writing to ./libbacktrace/ChangeLog
2024-07-19 00:16:30,553:INFO:root:writing to ./gcc/cp/ChangeLog
2024-07-19 00:16:30,691:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:16:34,539:INFO:root:writing to ./gcc/cp/ChangeLog
2024-07-19 00:16:34,673:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:16:42,866:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:16:43,031:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:16:43,187:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:16:43,344:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:16:46,359:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:16:59,993:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:04,986:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:05,148:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:05,308:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:05,466:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:16,939:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-07-19 00:17:28,433:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:28,593:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:28,804:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:29,649:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:30,340:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:37,551:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:38,770:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-07-19 00:17:38,902:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:39,056:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:48,701:INFO:root:writing to ./gcc/fortran/ChangeLog
2024-07-19 00:17:48,834:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:17:57,421:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:17:59,477:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:18:04,527:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:18:04,680:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:18:09,665:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:18:09,847:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:18:10,001:INFO:root:writing to ./libatomic/ChangeLog
2024-07-19 00:18:10,136:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:18:10,310:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:18:10,456:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:18:12,359:INFO:root:writing to ./libbacktrace/ChangeLog
2024-07-19 00:18:12,495:INFO:root:writing to ./gcc/cp/ChangeLog
2024-07-19 00:18:12,632:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:18:15,129:INFO:root:writing to ./libatomic/ChangeLog
2024-07-19 00:18:15,258:INFO:root:DATESTAMP will be changed:
2024-07-19 00:18:20,810:INFO:root:commit is done
2024-07-19 00:18:55,770:INFO:root:branch is pushed
2024-07-19 00:18:55,829:INFO:root:branch is done
2024-07-19 00:18:55,829:INFO:root:
2024-07-19 00:19:01,670:INFO:root:=== Working on: releases/gcc-11 ===
2024-07-19 00:20:34,334:INFO:root:branch pulled and checked out
2024-07-19 00:20:34,335:INFO:root:2 revisions since last Daily bump
2024-07-19 00:20:34,403:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:20:34,598:INFO:root:DATESTAMP will be changed:
2024-07-19 00:20:37,421:INFO:root:commit is done
2024-07-19 00:21:00,651:INFO:root:branch is pushed
2024-07-19 00:21:00,702:INFO:root:branch is done
2024-07-19 00:21:00,703:INFO:root:
2024-07-19 00:21:00,883:INFO:root:=== Working on: releases/gcc-12 ===
2024-07-19 00:21:07,901:INFO:root:branch pulled and checked out
2024-07-19 00:21:07,902:INFO:root:2 revisions since last Daily bump
2024-07-19 00:21:07,968:INFO:root:writing to ./gcc/ChangeLog
2024-07-19 00:21:08,254:INFO:root:writing to ./gcc/testsuite/ChangeLog
2024-07-19 00:21:08,401:INFO:root:DATESTAMP will be changed:
2024-07-19 00:21:11,619:INFO:root:commit is done
2024-07-19 00:21:48,786:INFO:root:branch is pushed
2024-07-19 00:21:48,845:INFO:root:branch is done
2024-07-19 00:21:48,845:INFO:root:
2024-07-19 00:22:03,804:INFO:root:=== Working on: releases/gcc-13 ===
2024-07-19 00:23:18,792:INFO:root:branch pulled and checked out
2024-07-19 00:23:18,794:INFO:root:1 revisions since last Daily bump
2024-07-19 00:23:18,806:INFO:root:DATESTAMP will be changed:
2024-07-19 00:23:22,140:INFO:root:commit is done
2024-07-19 00:23:

Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git

2024-07-18 Thread (Cron Daemon) via Gccadmin
9988 blocks