☠ 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/5558 Build state: failed 'git diff ...' (failure) Revision: 202a9c8fe7db9dd94e5a77f42e54ef3d966f88e8 Worker: bb1-1 Build Reason: (unknown) Blamelist: Alexandre Oliva , GCC Administrator , Jakub Jelinek , Jonathan Wakely , Richard Biener , Robin Dapp , Robin Dapp , Sundeep KOKKONDA , YunQiang Su , liuhongt Steps: - 0: worker_preparation ( success ) - 1: git checkout ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/1/logs/stdio - 2: autoregen.py ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/2/logs/stdio - 3: git diff ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/3/logs/stdio - 4: mkdir objdir ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/4/logs/stdio - 5: configure ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/5/logs/stdio - 6: make html ( warnings ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/6/logs/stdio - warnings (67): https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/6/logs/warnings__67_ - 7: make regenerate-opt-urls ( success ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/7/logs/stdio - 8: git diff_1 ( failure ) Logs: - stdio: https://builder.sourceware.org/buildbot/#/builders/269/builds/5558/steps/8/logs/stdio
Cron sh /home/gccadmin/scripts/gcc_release -s 12:releases/gcc-12 -l -d /sourceware/snapshot-tmp/gcc all
gcc_release: Sources are commit a741bb32c10b4bfc7b0ec4f12b8e2d18f5c006eb Touching fixincludes/configure... 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/tilegx/mul-tables.cc... 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 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/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-20240530 gcc_release: Uploading files gcc_release: Updating links and READMEs on the FTP server gcc_release: Sending mail
[gcc r15-1082] Daily bump.
_DFV): New unspec for ccmp dfv. + (ALL_CC): New mode iterator. + (cstorecc4): Change to ... + (cstore4) ... this, use ALL_CC to loop through all + available CCmodes. + * config/i386/i386.opt (apx_ccmp): Add enum value for ccmp. + +2024-06-06 Richard Biener + + * tree-vect-loop.cc (vectorizable_reduction): Allow + single-lane SLP in-order reductions. + (vectorize_fold_left_reduction): Handle SLP reduction with + conditional reduction op. + +2024-06-06 Richard Biener + + * tree-vect-loop.cc (vect_analyze_scalar_cycles_1): Queue + double reductions in LOOP_VINFO_REDUCTIONS. + (vect_create_epilog_for_reduction): Remove asserts disabling + SLP for double reductions. + (vectorizable_reduction): Analyze SLP double reductions + only once and start off the correct places. + * tree-vect-slp.cc (vect_get_and_check_slp_defs): Allow + vect_double_reduction_def. + (vect_build_slp_tree_2): Fix condition for the ignored + reduction initial values. + * tree-vect-stmts.cc (vect_analyze_stmt): Allow + vect_double_reduction_def. + +2024-06-06 Richard Biener + + * tree-vect-loop.cc (vect_create_epilog_for_reduction): + Adjust for single-lane COND_REDUCTION SLP vectorization. + (vectorizable_reduction): Likewise. + (vect_transform_cycle_phi): Likewise. + +2024-06-06 Richard Biener + + * tree-vect-stmts.cc (vectorizable_condition): Allow + single-lane SLP, but not when we need to swap then and + else clause. + +2024-06-06 YunQiang Su + + * config/mips/mips.cc(mips_insn_cost): Add missing COSTS_N_INSNS + to count. + +2024-06-06 liuhongt + + PR target/114428 + * config/i386/i386.cc (ix86_rtx_costs): Adjust cost for + CONST_VECTOR_DUPLICATE_P in constant_pool. + * config/i386/i386-expand.cc (ix86_broadcast_from_constant): + Remove static. + * config/i386/i386-protos.h (ix86_broadcast_from_constant): + Declare. + +2024-06-06 liuhongt + + PR target/114428 + * simplify-rtx.cc + (simplify_context::simplify_binary_operation_1): + Simplify (AND (ASHIFTRT A imm) mask) to (LSHIFTRT A imm) for + specific mask. + 2024-06-05 Robin Dapp * config/riscv/riscv-opts.h (TARGET_VECTOR_MISALIGN_SUPPORTED): diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ab2ff39bb42..de43a34b913 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240606 +20240607 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 4f995a41adc..c91f4927dd9 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2024-06-06 Jakub Jelinek + + PR c/114493 + * c-decl.cc (c_fixup_may_alias): New function. + (finish_struct): Call it if "may_alias" attribute is + specified. + 2024-06-05 Jakub Jelinek Frederik Harwath Sandra Loosemore diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index dd9310eac7c..89b9fceb276 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2024-06-06 Michal Jires + + * lto-common.cc (lto_section_with_id): Dont load suffix during LTRANS. + 2024-02-21 Martin Jambor PR ipa/113476 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 80523f0eb25..73f4efa0e49 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,13 @@ +2024-06-06 Gaius Mulley + Kewen.Lin + + * gm2-gcc/m2type.cc (build_m2_short_real_node): Rewrite + to use the default float_type_node. + (build_m2_real_node): Rewrite to use the default + double_type_node. + (build_m2_long_real_node): Rewrite to use the default + long_double_type_node or float128_type_node. + 2024-05-21 Gaius Mulley * Make-lang.in (MC_EXTENDED_OPAQUE): New definition. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a0ab8471471..f2569929416 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,62 @@ +2024-06-06 Jakub Jelinek + + PR c/114493 + * gcc.dg/pr114493-1.c: New test. + * gcc.dg/pr114493-2.c: New test. + +2024-06-06 Pengxuan Zheng + + PR target/113880 + PR target/113869 + * gcc.target/aarch64/extend-vec.c: New test. + +2024-06-06 Uros Bizjak + + PR middle-end/112600 + * gcc.target/i386/pr112600-2a.c: New test. + * gcc.target/i386/pr112600-2b.c: New test. + +2024-06-06 Richard Ball + + * gcc.target/arm/thumb2-switchstatement.c: New test. + +2024-06-06 Thomas Schwinge + + * gcc.target/nvptx/nvptx.exp + (check_effective_target_default_ptx_isa_version_at_least_6_0): + New. + * gcc.target/nvptx/uniform-simt-2.c: Adjust. + * gcc.target/nvptx/uniform-simt-5.c: New. + +2024-06-06 Hongyu Wang + + * gcc.target/i386/apx-ccmp-1.c: Add test for fp compare. + * gcc.target/i386/apx-ccmp-2
[gcc r11-11471] Daily bump.
https://gcc.gnu.org/g:45ef2c828ad022ba2c162e1189f6b063b053762f commit r11-11471-g45ef2c828ad022ba2c162e1189f6b063b053762f Author: GCC Administrator Date: Fri Jun 7 00:19:15 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ab2ff39bb42..de43a34b913 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240606 +20240607
[gcc r12-10496] Daily bump.
https://gcc.gnu.org/g:208c8dc950211cfcf74ec03418a1fab68640da3d commit r12-10496-g208c8dc950211cfcf74ec03418a1fab68640da3d Author: GCC Administrator Date: Fri Jun 7 00:19:48 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ab2ff39bb42..de43a34b913 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240606 +20240607
[gcc r13-8824] Daily bump.
https://gcc.gnu.org/g:3cf6c1f30a6217738333ed70175ba15c34977134 commit r13-8824-g3cf6c1f30a6217738333ed70175ba15c34977134 Author: GCC Administrator Date: Fri Jun 7 00:21:34 2024 + Daily bump. Diff: --- gcc/DATESTAMP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ab2ff39bb42..de43a34b913 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240606 +20240607
[gcc r14-10287] Daily bump.
https://gcc.gnu.org/g:7d40974268391440831024260c1e5e2e41befb59 commit r14-10287-g7d40974268391440831024260c1e5e2e41befb59 Author: GCC Administrator Date: Fri Jun 7 00:22:48 2024 + Daily bump. Diff: --- gcc/ChangeLog | 8 gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 10 ++ gcc/testsuite/ChangeLog | 9 + 4 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33654c3a65b..bbcb1803e2b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2024-06-06 Richard Ball + + Backported from master: + 2024-06-06 Richard Ball + + * config/aarch64/aarch64-c.cc (aarch64_define_unconditional_macros): + Add missing __ARM_NEON_SVE_BRIDGE. + 2024-06-04 Jakub Jelinek Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ab2ff39bb42..de43a34b913 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240606 +20240607 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 1551f57b65a..a07ef6f9155 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,13 @@ +2024-06-06 Jakub Jelinek + + Backported from master: + 2024-06-06 Jakub Jelinek + + PR c/114493 + * c-decl.cc (c_fixup_may_alias): New function. + (finish_struct): Call it if "may_alias" attribute is + specified. + 2024-05-07 Release Manager * GCC 14.1.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9dfe1de6c30..7cfb882cd5e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2024-06-06 Jakub Jelinek + + Backported from master: + 2024-06-06 Jakub Jelinek + + PR c/114493 + * gcc.dg/pr114493-1.c: New test. + * gcc.dg/pr114493-2.c: New test. + 2024-06-05 Rainer Orth * gcc.target/i386/avx10_1-25.c: Require ifunc support.
Cron sh /home/gccadmin/scripts/update_version_git
2024-06-07 00:16:25,723:INFO:root:=== Working on: master === 2024-06-07 00:16:26,192:INFO:root:branch pulled and checked out 2024-06-07 00:16:26,205:INFO:root:36 revisions since last Daily bump 2024-06-07 00:16:27,243:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:27,449:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:27,733:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:27,899:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:28,047:INFO:root:writing to ./libstdc++-v3/ChangeLog 2024-06-07 00:16:28,209:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:28,351:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:28,498:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:29,277:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:29,427:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:29,568:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:29,712:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:29,857:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:30,023:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:30,175:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:30,327:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:30,478:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:30,631:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:30,799:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:30,950:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:31,102:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:31,258:INFO:root:writing to ./gcc/lto/ChangeLog 2024-06-07 00:16:31,443:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:31,576:INFO:root:writing to ./libgfortran/ChangeLog 2024-06-07 00:16:31,724:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:31,860:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:31,990:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:32,126:INFO:root:writing to ./libgcc/ChangeLog 2024-06-07 00:16:32,280:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:32,416:INFO:root:writing to ./libgcc/ChangeLog 2024-06-07 00:16:32,559:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:32,708:INFO:root:writing to ./libgfortran/ChangeLog 2024-06-07 00:16:32,840:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:32,995:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:33,159:INFO:root:writing to ./libgomp/ChangeLog 2024-06-07 00:16:33,327:INFO:root:writing to ./libgcc/ChangeLog 2024-06-07 00:16:33,484:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:33,644:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:33,793:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:33,941:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:34,079:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:34,219:INFO:root:writing to ./gcc/m2/ChangeLog 2024-06-07 00:16:34,401:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:34,553:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:34,699:INFO:root:writing to ./gcc/c/ChangeLog 2024-06-07 00:16:34,907:INFO:root:writing to ./gcc/testsuite/ChangeLog 2024-06-07 00:16:35,064:INFO:root:writing to ./gcc/ChangeLog 2024-06-07 00:16:35,215:INFO:root:DATESTAMP will be changed: 2024-06-07 00:16:41,439:INFO:root:commit is done 2024-06-07 00:17:08,548:INFO:root:branch is pushed 2024-06-07 00:17:08,603:INFO:root:branch is done 2024-06-07 00:17:08,603:INFO:root: 2024-06-07 00:17:46,754:INFO:root:=== Working on: releases/gcc-11 === 2024-06-07 00:19:05,030:INFO:root:branch pulled and checked out 2024-06-07 00:19:05,032:INFO:root:1 revisions since last Daily bump 2024-06-07 00:19:05,043:INFO:root:DATESTAMP will be changed: 2024-06-07 00:19:15,045:INFO:root:commit is done 2024-06-07 00:19:36,545:INFO:root:branch is pushed 2024-06-07 00:19:36,594:INFO:root:branch is done 2024-06-07 00:19:36,595:INFO:root: 2024-06-07 00:19:37,048:INFO:root:=== Working on: releases/gcc-12 === 2024-06-07 00:19:43,700:INFO:root:branch pulled and checked out 2024-06-07 00:19:43,701:INFO:root:1 revisions since last Daily bump 2024-06-07 00:19:43,711:INFO:root:DATESTAMP will be changed: 2024-06-07 00:19:48,090:INFO:root:commit is done 2024-06-07 00:20:11,367:INFO:root:branch is pushed 2024-06-07 00:20:11,468:INFO:root:branch is done 2024-06-07 00:20:11,468:INFO:root: 2024-06-07 00:20:15,872:INFO:root:=== Working on: releases/gcc-13 === 2024-06-07 00:21:31,216:INFO:root:branch pulled and checked out 2024-06-07 00:21:31,217:INFO:root:1 revisions since last Daily bump 2024-06-07 00:21:31,226:INFO:root:DATESTAMP will be changed: 2024-06-07 00:21:34,263:INFO:root:commit is done 2024-06-07 00:21:55,231:INFO:root:branch is pushed 2024-06-07 00:21:55,282:INFO:root:branch is done 2024-06-07 00:21:55,283:INFO:root: 2024-06-07 00:21:55,362:INFO:root:=== Working on: releases/gcc-14 === 2024-06-07 00:22:44,254:INFO:root:branch pulled and checked out 2024-06-07 00:22:44,255:INFO:root:3 revis
Cron sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
9988 blocks