☠ Buildbot (Sourceware): gcc-autoregen - failed 'git diff ...' (failure) (master)
A failed build has been detected on builder gcc-autoregen while building gcc. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131 Build state: failed 'git diff ...' (failure) Revision: d60968de6961cef144a5cf8701ea0d3f4ea90f18 Worker: bb1-2 Build Reason: (unknown) Blamelist: Christophe Lyon , David Malcolm , GCC Administrator , Gaius Mulley , Iain Sandoe , Jakub Jelinek , Jason Merrill , Jiahao Xu , Jonathan Wakely , Marek Polacek , Martin Uecker , Patrick Palka , Paul Thomas , Richard Biener , Tobias Burnus , Tom Tromey , Tom Tromey , Yang Yujie , mengqinggang Steps: - 0: worker_preparation ( success ) - 1: git checkout ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/1/logs/stdio - 2: autoregen.py ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/2/logs/stdio - 3: git diff ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/3/logs/stdio - 4: mkdir objdir ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/4/logs/stdio - 5: configure ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/5/logs/stdio - 6: make html ( warnings ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/6/logs/stdio - warnings (67): https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/6/logs/warnings__67_ - 7: make regenerate-opt-urls ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/7/logs/stdio - 8: git diff_1 ( failure ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/4131/steps/8/logs/stdio
[gcc r14-9779] Daily bump.
https://gcc.gnu.org/g:88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 commit r14-9779-g88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 Author: GCC Administrator Date: Thu Apr 4 00:16:38 2024 + Daily bump. Diff: --- gcc/ChangeLog | 69 + gcc/DATESTAMP | 2 +- gcc/po/ChangeLog| 4 +++ gcc/testsuite/ChangeLog | 14 ++ libgcc/ChangeLog| 5 libphobos/ChangeLog | 4 +++ libquadmath/ChangeLog | 8 ++ libstdc++-v3/ChangeLog | 7 + 8 files changed, 112 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61eb527951d..4393283f750 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,72 @@ +2024-04-03 Mark Wielaard + + * config/i386/i386.opt.urls: Regenerate. + +2024-04-03 H.J. Lu + + PR tree-optimization/114115 + * cgraph.h (symtab_node): Add check_ifunc_callee_symtab_nodes. + (cgraph_node): Add called_by_ifunc_resolver. + * cgraphunit.cc (symbol_table::compile): Call + symtab_node::check_ifunc_callee_symtab_nodes. + * symtab.cc (check_ifunc_resolver): New. + (ifunc_ref_map): Likewise. + (is_caller_ifunc_resolver): Likewise. + (symtab_node::check_ifunc_callee_symtab_nodes): Likewise. + * tree-profile.cc (gimple_gen_ic_func_profiler): Disable indirect + call profiling for IFUNC resolvers and their callees. + +2024-04-03 Tobias Burnus + + * lto-wrapper.cc (compile_offload_image): Prefix 'offload_args' + suffix by the target name. + +2024-04-03 Tobias Burnus + + * doc/install.texi (amdgcn-*-amdhsa): Update Newlib recommendation + and update wording for LLVM 18 release. + +2024-04-03 Tobias Burnus + + PR other/111966 + * config/gcn/mkoffload.cc (get_arch): New; moved -march= flag + handling from ... + (main): ... here; call it to handle --with-arch config option + and -march= commandline. + +2024-04-03 Jakub Jelinek + + PR middle-end/114552 + * expr.cc (emit_push_insn): Only use store_constructor for + immediate_const_ctor_p if int_expr_size matches size. + +2024-04-03 Richard Biener + + PR tree-optimization/114557 + PR tree-optimization/114480 + * tree-phinodes.cc (release_phi_node): Return PHIs from + allocation buckets not covered by free_phinodes to GC. + (remove_phi_node): Release the PHI LHS before freeing the + PHI node. + * tree-vect-loop.cc (vectorizable_live_operation): Get PHI lhs + before releasing it. + +2024-04-03 Jiahao Xu + + * config/loongarch/lasx.md: Remove unused code. + * config/loongarch/loongarch-protos.h + (loongarch_split_lsx_copy_d): Remove. + (loongarch_split_lsx_insert_d): Ditto. + (loongarch_split_lsx_fill_d): Ditto. + * config/loongarch/loongarch.cc + (loongarch_split_lsx_copy_d): Ditto. + (loongarch_split_lsx_insert_d): Ditto. + (loongarch_split_lsx_fill_d): Ditto. + * config/loongarch/lsx.md (lsx_vpickve2gr_du): Remove splitter. + (lsx_vpickve2gr_): Ditto. + (abs2): Remove expander. + (vabs2): Rename 2 abs2. + 2024-04-02 Christophe Lyon * config/aarch64/aarch64-option-extensions.def: Fix comment. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154a306dc5c..9bcd31d63c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240403 +20240404 diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 2f02ef33aa2..e98b9fb6698 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2024-04-03 Joseph Myers + + * sv.po: Update. + 2024-03-25 Joseph Myers * de.po: Update. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 37cdcaea9f7..2107bf4e83c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,17 @@ +2024-04-03 H.J. Lu + + PR tree-optimization/114115 + * gcc.dg/pr114115.c: New test. + +2024-04-03 Jakub Jelinek + + PR middle-end/114552 + * gcc.c-torture/execute/pr114552.c: New test. + +2024-04-03 Jiahao Xu + + * gcc.target/loongarch/vector/lsx/lsx-abs.c: New test. + 2024-04-02 Martin Uecker PR c/114361 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 04e584424b6..0f449e63239 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2024-04-03 Wilco Dijkstra + + * config/aarch64/cpuinfo.c: Add HWCAP_EVTSTRM, HWCAP_CRC32, HWCAP_CPUID, + HWCAP_PACA and HWCAP_PACG. + 2024-04-02 Jakub Jelinek * unwind-dw2-fde.c (struct fde_accumulator): Fix duplicated diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index f728beeb11f..e3fe44f2621 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2024-04-03 Iain Sandoe + + * configure.tgt: Enable libphobos for Darwin >= 12. + 2024-03-17 Iain Buclaw * libdruntime/MERGE: M
[gcc r11-11308] Daily bump.
https://gcc.gnu.org/g:239728ffd579e4947c9f9932ccea8a4801b58800 commit r11-11308-g239728ffd579e4947c9f9932ccea8a4801b58800 Author: GCC Administrator Date: Thu Apr 4 00:18:51 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154a306dc5c..9bcd31d63c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240403 +20240404
[gcc r12-10308] Daily bump.
https://gcc.gnu.org/g:356e23e3d9862806665b77e02094d2f65a6553d5 commit r12-10308-g356e23e3d9862806665b77e02094d2f65a6553d5 Author: GCC Administrator Date: Thu Apr 4 00:19:29 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154a306dc5c..9bcd31d63c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240403 +20240404
[gcc r13-8578] Daily bump.
https://gcc.gnu.org/g:fd24c47e48c0e4a99e2393e3cd249d6c990060b5 commit r13-8578-gfd24c47e48c0e4a99e2393e3cd249d6c990060b5 Author: GCC Administrator Date: Thu Apr 4 00:21:12 2024 + Daily bump. Diff: --- gcc/ChangeLog | 8 + gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 15 ++ libcc1/ChangeLog| 9 ++ libstdc++-v3/ChangeLog | 80 + 5 files changed, 113 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cbcf912deb..38d1c8f0ec6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2024-04-03 Francois-Xavier Coudert + + Backported from master: + 2024-03-07 Francois-Xavier Coudert + + PR middle-end/111632 + * system.h: Include safe-ctype.h after C++ standard headers. + 2024-04-02 Qing Zhao Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154a306dc5c..9bcd31d63c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240403 +20240404 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 28ddb66a0c3..3872c2714fb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2024-04-03 Francois-Xavier Coudert + + Backported from master: + 2023-10-30 Francois-Xavier Coudert + + * gcc.target/i386/pr105554.c: Require ifunc. + +2024-04-03 Francois-Xavier Coudert + + Backported from master: + 2023-12-11 Francois-Xavier Coudert + + PR testsuite/112297 + * gcc.target/i386/pr100936.c: Require nonpic target. + 2024-04-02 Iain Sandoe Backported from master: diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog index d74c14c12da..115f85f17e5 100644 --- a/libcc1/ChangeLog +++ b/libcc1/ChangeLog @@ -1,3 +1,12 @@ +2024-04-03 Francois-Xavier Coudert + + Backported from master: + 2024-03-16 Francois-Xavier Coudert + + PR middle-end/111632 + * libcc1plugin.cc: Fix include. + * libcp1plugin.cc: Fix include. + 2023-07-27 Release Manager * GCC 13.2.0 released. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2550e45e126..af4abca0fcf 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,83 @@ +2024-04-03 Iain Sandoe + + Backported from master: + 2024-02-19 Iain Sandoe + Jonathan Wakely + + PR target/112397 + * configure: Regenerate. + * configure.ac: Detect if we are building for Darwin. + * libsupc++/Makefile.am: If we are building for Darwin, then + suppress hot/cold partitioning for the array allocators. + * libsupc++/Makefile.in: Regenerated. + +2024-04-03 Iain Sandoe + + Backported from master: + 2024-03-19 Iain Sandoe + + * testsuite/lib/dg-options.exp (atomic_link_flags): Emit a -B + option for the path to the uninstalled libatomic. + +2024-04-03 Iain Sandoe + + Backported from master: + 2024-03-19 Iain Sandoe + + * testsuite/lib/libstdc++.exp (v3_target_compile): Instead of + /dev/null, use a temporary file for test executables on Darwin. + +2024-04-03 Jonathan Wakely + + Backported from master: + 2024-03-22 Jonathan Wakely + + PR libstdc++/114401 + * include/bits/hashtable.h (_Hashtable::_M_reinsert_node): Call + release() on node handle instead of just zeroing its pointer. + (_Hashtable::_M_reinsert_node_multi): Likewise. + (_Hashtable::_M_merge_unique): Likewise. + (_Hashtable::_M_merge_multi): Likewise. + * include/bits/node_handle.h (_Node_handle_common::release()): + New member function. + (_Node_handle_common::_Optional_alloc::_M_empty): Remove + unnecessary union member. + (_Node_handle_common): Declare _Hashtable as a friend. + * include/bits/stl_tree.h (_Rb_tree::_M_reinsert_node_unique): + Call release() on node handle instead of just zeroing its + pointer. + (_Rb_tree::_M_reinsert_node_equal): Likewise. + (_Rb_tree::_M_reinsert_node_hint_unique): Likewise. + (_Rb_tree::_M_reinsert_node_hint_equal): Likewise. + * testsuite/23_containers/multiset/modifiers/114401.cc: New test. + * testsuite/23_containers/set/modifiers/114401.cc: New test. + * testsuite/23_containers/unordered_multiset/modifiers/114401.cc: New test. + * testsuite/23_containers/unordered_set/modifiers/114401.cc: New test. + +2024-04-03 Jonathan Wakely + + Backported from master: + 2024-03-22 Jonathan Wakely + + PR libstdc++/113841 + * include/bits/allocator.h (allocator): Add default + constructor to partial specializations for cv-qualified types. + * include/bits/stl_vector.h (_Vector_impl::_Vector_impl()): + Constrain so that it's only present if the allocator is default + constructible. + * include
Cron sh /home/gccadmin/scripts/update_version_git
2024-04-04 00:16:30,822:INFO:root:=== Working on: master === 2024-04-04 00:16:31,251:INFO:root:branch pulled and checked out 2024-04-04 00:16:31,262:INFO:root:14 revisions since last Daily bump 2024-04-04 00:16:31,659:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:31,840:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-04-04 00:16:32,008:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:32,143:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:32,284:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-04-04 00:16:32,428:INFO:root:writing to ./libquadmath/ChangeLog 2024-04-04 00:16:32,591:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:32,740:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:16:32,942:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:33,090:INFO:root:writing to ./libphobos/ChangeLog 2024-04-04 00:16:33,245:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:33,394:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:33,542:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-04-04 00:16:33,693:INFO:root:writing to ./libgcc/ChangeLog 2024-04-04 00:16:33,905:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:16:34,057:INFO:root:writing to ./gcc/po/ChangeLog 2024-04-04 00:16:34,214:INFO:root:DATESTAMP will be changed: 2024-04-04 00:16:38,104:INFO:root:commit is done 2024-04-04 00:16:58,869:INFO:root:branch is pushed 2024-04-04 00:16:58,932:INFO:root:branch is done 2024-04-04 00:16:58,932:INFO:root: 2024-04-04 00:17:19,745:INFO:root:=== Working on: releases/gcc-11 === 2024-04-04 00:18:45,274:INFO:root:branch pulled and checked out 2024-04-04 00:18:45,275:INFO:root:1 revisions since last Daily bump 2024-04-04 00:18:45,283:INFO:root:DATESTAMP will be changed: 2024-04-04 00:18:51,588:INFO:root:commit is done 2024-04-04 00:19:14,992:INFO:root:branch is pushed 2024-04-04 00:19:15,053:INFO:root:branch is done 2024-04-04 00:19:15,054:INFO:root: 2024-04-04 00:19:15,115:INFO:root:=== Working on: releases/gcc-12 === 2024-04-04 00:19:27,130:INFO:root:branch pulled and checked out 2024-04-04 00:19:27,131:INFO:root:1 revisions since last Daily bump 2024-04-04 00:19:27,139:INFO:root:DATESTAMP will be changed: 2024-04-04 00:19:30,003:INFO:root:commit is done 2024-04-04 00:19:56,195:INFO:root:branch is pushed 2024-04-04 00:19:56,249:INFO:root:branch is done 2024-04-04 00:19:56,249:INFO:root: 2024-04-04 00:20:14,633:INFO:root:=== Working on: releases/gcc-13 === 2024-04-04 00:21:07,842:INFO:root:branch pulled and checked out 2024-04-04 00:21:07,845:INFO:root:11 revisions since last Daily bump 2024-04-04 00:21:08,195:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:08,454:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:08,624:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:08,784:INFO:root:writing to ./gcc/ChangeLog 2024-04-04 00:21:08,944:INFO:root:writing to ./libcc1/ChangeLog 2024-04-04 00:21:09,101:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-04-04 00:21:09,284:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-04-04 00:21:09,463:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:09,622:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:09,785:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-04-04 00:21:09,927:INFO:root:DATESTAMP will be changed: 2024-04-04 00:21:12,920:INFO:root:commit is done 2024-04-04 00:21:39,372:INFO:root:branch is pushed 2024-04-04 00:21:39,430:INFO:root:branch is done 2024-04-04 00:21:39,430:INFO:root:
Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
9989 blocks