[gcc r13-9150] Daily bump.
https://gcc.gnu.org/g:f1c53eeb3b033f0d48fb3535f371a2dbd348e3a1 commit r13-9150-gf1c53eeb3b033f0d48fb3535f371a2dbd348e3a1 Author: GCC Administrator Date: Sat Oct 26 00:22:42 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++ gcc/fortran/ChangeLog | 14 ++ gcc/testsuite/ChangeLog | 13 + 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7f899e9ca4b4..7125d77c104c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241024 +20241026 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c1fa0a2c7819..e6ad2650d11d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2024-10-25 Eric Botcazou + + PR ada/116551 + * gcc-interface/trans.cc (node_is_atomic) : Return + false if the type of the entity is an unconstrained array type. + (node_is_volatile_full_access) : Likewise. + 2024-10-14 Steve Baird PR ada/114593 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 339142208569..c1dd5a45fbab 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2024-10-25 Paul Thomas + + Backported from master: + 2024-07-16 Paul Thomas + + PR fortran/84868 + * simplify.cc (gfc_simplify_len_trim): If the argument is an + element of a parameter array, simplify all the elements and + build a new parameter array to hold the result, after checking + that it doesn't already exist. + * trans-expr.cc (gfc_get_interface_mapping_array) if a string + length is available, use it for the typespec. + (gfc_add_interface_mapping): Supply the se string length. + 2024-09-20 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 659243533269..88e2ddfa6d72 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2024-10-25 Eric Botcazou + + PR ada/116551 + * gnat.dg/specs/vfa3.ads: New test. + +2024-10-25 Paul Thomas + + Backported from master: + 2024-07-16 Paul Thomas + + PR fortran/84868 + * gfortran.dg/pr84868.f90: New test. + 2024-10-23 liuhongt Backported from master:
Cron sh /home/gccadmin/scripts/gcc_release -s 13:releases/gcc-13 -l -d /sourceware/snapshot-tmp/gcc all
gcc_release: Sources are commit 18af118e17bd0787638967725047f7241e43b2b2 Touching fixincludes/config.h.in... 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/testsuite/gcc.dg/cpp/_Pragma3.c... 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 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 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 13-20241018 gcc_release: Uploading files gcc_release: Updating links and READMEs on the FTP server gcc_release: Sending mail
[gcc r12-10786] Daily bump.
https://gcc.gnu.org/g:69a55cea0e34d9a29b51cc50ead55d9f137ef902 commit r12-10786-g69a55cea0e34d9a29b51cc50ead55d9f137ef902 Author: GCC Administrator Date: Sat Oct 26 00:20:30 2024 + Daily bump. Diff: --- gcc/ChangeLog | 9 + gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 14 ++ gcc/testsuite/ChangeLog | 16 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23eea1a512ee..202388bf1bd8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2024-10-24 liuhongt + + Backported from master: + 2024-10-23 liuhongt + + PR target/117240 + * config/i386/i386-builtin.def: Add avx/avx512f to vaes + ymm/zmm builtins. + 2024-10-21 Jeevitha Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7f899e9ca4b4..7125d77c104c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241024 +20241026 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index cf1b77de38b9..c1c2eccb9abb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2024-10-25 Paul Thomas + + Backported from master: + 2024-07-16 Paul Thomas + + PR fortran/84868 + * simplify.cc (gfc_simplify_len_trim): If the argument is an + element of a parameter array, simplify all the elements and + build a new parameter array to hold the result, after checking + that it doesn't already exist. + * trans-expr.cc (gfc_get_interface_mapping_array) if a string + length is available, use it for the typespec. + (gfc_add_interface_mapping): Supply the se string length. + 2024-09-20 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8c4d59c30ce4..89a7a8d5b1ac 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2024-10-25 Paul Thomas + + Backported from master: + 2024-07-16 Paul Thomas + + PR fortran/84868 + * gfortran.dg/pr84868.f90: New test. + +2024-10-24 liuhongt + + Backported from master: + 2024-10-23 liuhongt + + * gcc.target/i386/pr117240_avx.c: New test. + * gcc.target/i386/pr117240_avx512f.c: New test. + 2024-10-22 liuhongt Backported from master:
[gcc r14-10841] Daily bump.
https://gcc.gnu.org/g:e44d4b7647c6b9c9a147b13de588b14e5a54354a commit r14-10841-ge44d4b7647c6b9c9a147b13de588b14e5a54354a Author: GCC Administrator Date: Sat Oct 26 00:23:24 2024 + Daily bump. Diff: --- gcc/ChangeLog | 47 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++ gcc/cp/ChangeLog| 10 ++ gcc/fortran/ChangeLog | 14 ++ gcc/testsuite/ChangeLog | 35 +++ 6 files changed, 114 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b89cc4d3d044..cd71472cf6e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,50 @@ +2024-10-25 Jakub Jelinek + + Backported from master: + 2024-10-25 Jakub Jelinek + + PR middle-end/117249 + * tree-ssa-structalias.cc (insert_vi_for_tree): Move put calls out of + gcc_assert. + * lto-cgraph.cc (lto_symtab_encoder_delete_node): Likewise. + * gimple-ssa-strength-reduction.cc (get_alternative_base, + add_cand_for_stmt): Likewise. + * tree-eh.cc (add_stmt_to_eh_lp_fn): Likewise. + * except.cc (duplicate_eh_regions_1): Likewise. + * tree-ssa-reassoc.cc (insert_operand_rank): Likewise. + * config/nvptx/nvptx.cc (nvptx_expand_call): Use == rather than = in + gcc_assert. + * opts-common.cc (jobserver_info::disconnect): Call close outside of + gcc_assert and only check result in it. + (jobserver_info::return_token): Call write outside of gcc_assert and + only check result in it. + * genautomata.cc (output_default_latencies): Move j++ side-effect + outside of gcc_assert. + * tree-ssa-loop-ivopts.cc (get_alias_ptr_type_for_ptr_address): Use + == rather than = in gcc_assert. + * cgraph.cc (symbol_table::create_edge): Move ++edges_max_uid + side-effect outside of gcc_assert. + +2024-10-25 Jakub Jelinek + + Backported from master: + 2024-10-24 Jakub Jelinek + + PR sanitizer/117209 + * asan.cc (maybe_cast_to_ptrmode): Formatting fix. + (build_check_stmt): Don't copy *iter into gsi, perform all + the updates on iter directly. + +2024-10-25 Georg-Johann Lay + + Backported from master: + 2024-10-24 Georg-Johann Lay + + PR target/116953 + * config/avr/avr.cc (avr_out_sbxx_branch): Revert previous fix + for PR116953 (r15-4078). Run extract_constrain_insn_cached + on the current insn after calling jump_over_one_insn_p. + 2024-10-23 liuhongt Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7f899e9ca4b4..7125d77c104c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241024 +20241026 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d6808032cc30..872520e2e31c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2024-10-25 Eric Botcazou + + PR ada/116551 + * gcc-interface/trans.cc (node_is_atomic) : Return + false if the type of the entity is an unconstrained array type. + (node_is_volatile_full_access) : Likewise. + 2024-10-14 Steve Baird PR ada/114593 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 76d7de531e2d..be0a8ad9b0b3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2024-10-25 Jakub Jelinek + + Backported from master: + 2024-10-24 Jakub Jelinek + + PR c++/117259 + * typeck.cc (get_member_function_from_ptrfunc): Use force_target_expr + rather than save_expr for instance_ptr and function. Don't call it + for TREE_CONSTANT. + 2024-10-22 Jason Merrill Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 2c67dd5e0c7d..c804cc2f3a7a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,17 @@ +2024-10-25 Paul Thomas + + Backported from master: + 2024-07-16 Paul Thomas + + PR fortran/84868 + * simplify.cc (gfc_simplify_len_trim): If the argument is an + element of a parameter array, simplify all the elements and + build a new parameter array to hold the result, after checking + that it doesn't already exist. + * trans-expr.cc (gfc_get_interface_mapping_array) if a string + length is available, use it for the typespec. + (gfc_add_interface_mapping): Supply the se string length. + 2024-09-20 Harald Anlauf Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 11dddf15ab13..91ed5fe6b1d8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,38 @@ +2024-10-25 Jakub Jelinek + + Backported from master: + 2024-10-24 Jakub Jelinek + + PR c++/117259 + * g++.dg/ubsan/pr117259.C: New test. + +2024-10-25 Jakub Jelinek + + Backported from master: + 2024-10-24 Jakub Je
[gcc r15-4691] Daily bump.
https://gcc.gnu.org/g:c232f921615e385b8185fe6778a79469ae711672 commit r15-4691-gc232f921615e385b8185fe6778a79469ae711672 Author: GCC Administrator Date: Sat Oct 26 00:19:39 2024 + Daily bump. Diff: --- ChangeLog |7 + gcc/ChangeLog | 1057 + gcc/DATESTAMP |2 +- gcc/ada/ChangeLog | 301 +++ gcc/analyzer/ChangeLog| 176 ++ gcc/c-family/ChangeLog| 37 ++ gcc/c/ChangeLog | 21 + gcc/cp/ChangeLog | 108 gcc/d/ChangeLog | 21 + gcc/fortran/ChangeLog | 74 +++ gcc/go/ChangeLog | 12 + gcc/jit/ChangeLog | 12 + gcc/lto/ChangeLog | 24 + gcc/m2/ChangeLog | 249 + gcc/objc/ChangeLog| 20 + gcc/objcp/ChangeLog | 13 + gcc/rust/ChangeLog| 14 + gcc/testsuite/ChangeLog | 266 ++ include/ChangeLog | 18 + libbacktrace/ChangeLog|5 + libcpp/ChangeLog | 20 + libffi/ChangeLog |5 + libgcc/ChangeLog | 88 +++ libgcc/config/avr/libf7/ChangeLog |4 + libgcc/config/libbid/ChangeLog| 81 +++ libstdc++-v3/ChangeLog| 169 ++ 26 files changed, 2803 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c80b73ad60fa..e3afa99b1425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-10-25 Andrew Pinski + + PR bootstrap/105474 + * configure: Regenerate. + * configure.ac: Error out if libstdc++ is not enabled + with bootstrapping. + 2024-10-23 Jonathan Wakely * .forgejo/PULL_REQUEST_TEMPLATE.md: New file. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2314c3a3d061..db5fbed932e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,1060 @@ +2024-10-25 Andrew Pinski + + PR rtl-optimization/58195 + * simplify-rtx.cc (simplify_context::simplify_ternary_operation): Handle + `a != 0 ? -a : 0` and `a == 0 ? 0 : -a`. + +2024-10-25 Andrew Pinski + + * config/aarch64/driver-aarch64.cc (host_detect_local_cpu): Support + 3 cores and 3 variants. If there is one core but multiple variant, + then treat the variant as being all. + +2024-10-25 Wilco Dijkstra + + PR target/117292 + * config/aarch64/aarch64-simd.md (xor3): Use + 'De' constraint. + * config/aarch64/constraints.md (De): Add new constraint. + +2024-10-25 Andrew Carlotti + + * config/aarch64/aarch64-builtins.cc (MODE_d_mf8): New. + (MODE_q_mf8): New. + (QUAL_mf8): New. + (VREINTERPRET_BUILTINS1): Add mf8 entry. + (VREINTERPRET_BUILTINS): Ditto. + (VREINTERPRETQ_BUILTINS1): Ditto. + (VREINTERPRETQ_BUILTINS): Ditto. + (aarch64_lookup_simd_type_in_table): Match modal_float bit + +2024-10-25 Andrew Carlotti + + * config/aarch64/aarch64-builtins.cc + (aarch64_init_simd_builtin_types): Initialise FP8 simd types. + * config/aarch64/aarch64-builtins.h + (enum aarch64_type_qualifiers): Add qualifier_modal_float bit. + * config/aarch64/aarch64-simd-builtin-types.def: + Add Mfloat8x{8|16}_t types. + * config/aarch64/arm_neon.h: Add mfloat8x{8|16}_t typedefs. + +2024-10-25 Jennifer Schmitz + + * match.pd: Fold pow (1.0/x, y) -> pow (x, -y) and + pow (0.0, x) -> 0.0. + +2024-10-25 Pan Li + + * match.pd: Remove unsigned branch form 3 for SAT_ADD, and + add simplify to branchless instead. + +2024-10-25 Jakub Jelinek + + PR middle-end/117249 + * tree-ssa-structalias.cc (insert_vi_for_tree): Move put calls out of + gcc_assert. + * lto-cgraph.cc (lto_symtab_encoder_delete_node): Likewise. + * gimple-ssa-strength-reduction.cc (get_alternative_base, + add_cand_for_stmt): Likewise. + * tree-eh.cc (add_stmt_to_eh_lp_fn): Likewise. + * except.cc (duplicate_eh_regions_1): Likewise. + * tree-ssa-reassoc.cc (insert_operand_rank): Likewise. + * config/nvptx/nvptx.cc (nvptx_expand_call): Use == rather than = in + gcc_assert. + * opts-common.cc (jobserver_info::disconnect): Call close outside of + gcc_assert and only check result in it. + (jobserver_info::return_token): Call write outside of gcc_assert and + only check result in it. + * genautomata.cc (output_default_latencies): Move j++ side-effect + outside of gcc_assert. + * tree-ssa-loop-ivopts.cc (get_alias_ptr_type_for_ptr_address): Use + == rather than = in gcc_assert. + * cgraph.cc (symbol_table::create_edge): Move ++edges_max_uid + side-effect outside of gcc_assert. + +2024-10-25 Richard Biener + + * optabs-tree.h (expand_vec_cond_expr_p): Def
Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
9992 blocks
Cron sh /home/gccadmin/scripts/update_version_git
2024-10-26 00:16:44,478:INFO:root:=== Working on: master === 2024-10-26 00:16:45,444:INFO:root:branch pulled and checked out 2024-10-26 00:16:45,603:INFO:root:106 revisions since last Daily bump 2024-10-26 00:16:53,030:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:16:54,630:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:16:58,128:INFO:root:writing to ./libffi/ChangeLog 2024-10-26 00:17:02,163:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:11,571:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:12,192:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:12,366:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:14,325:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:14,498:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:21,971:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:24,677:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:27,458:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:30,532:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:31,739:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:31,925:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:17:32,086:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:32,263:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:32,463:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:32,654:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:32,846:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:33,036:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:33,215:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:33,394:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:33,570:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:33,752:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:33,931:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:34,117:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:39,993:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:40,171:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:40,351:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:17:57,928:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:17:58,105:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:01,852:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:02,030:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:04,159:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:04,338:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-10-26 00:18:04,494:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:20,126:INFO:root:writing to ./gcc/ada/ChangeLog 2024-10-26 00:18:20,282:INFO:root:writing to ./gcc/analyzer/ChangeLog 2024-10-26 00:18:20,445:INFO:root:writing to ./gcc/c-family/ChangeLog 2024-10-26 00:18:22,460:INFO:root:writing to ./gcc/c/ChangeLog 2024-10-26 00:18:23,151:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:18:23,297:INFO:root:writing to ./gcc/d/ChangeLog 2024-10-26 00:18:23,444:INFO:root:writing to ./gcc/fortran/ChangeLog 2024-10-26 00:18:25,579:INFO:root:writing to ./gcc/go/ChangeLog 2024-10-26 00:18:25,720:INFO:root:writing to ./gcc/jit/ChangeLog 2024-10-26 00:18:25,867:INFO:root:writing to ./gcc/lto/ChangeLog 2024-10-26 00:18:26,014:INFO:root:writing to ./gcc/m2/ChangeLog 2024-10-26 00:18:27,890:INFO:root:writing to ./gcc/objc/ChangeLog 2024-10-26 00:18:28,036:INFO:root:writing to ./gcc/objcp/ChangeLog 2024-10-26 00:18:28,189:INFO:root:writing to ./gcc/rust/ChangeLog 2024-10-26 00:18:28,353:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:31,896:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:32,066:INFO:root:writing to ./libgcc/ChangeLog 2024-10-26 00:18:32,218:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-10-26 00:18:33,302:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:33,476:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-10-26 00:18:36,360:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-10-26 00:18:41,783:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:45,842:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:46,300:INFO:root:writing to ./gcc/analyzer/ChangeLog 2024-10-26 00:18:46,471:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:49,923:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:50,098:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:52,713:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:18:52,861:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:53,043:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:18:53,195:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:53,483:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:18:57,142:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-10-26 00:18:57,320:INFO:root:writing to ./gcc/cp/ChangeLog 2024-10-26 00:18:59,130:INFO:root:writing to ./gcc/ChangeLog 2024-10-26 00:18:59,963:INFO:root:writing to ./gcc/testsuit