This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1cde0143 4: update: binutils-llvm-linux-qemu: 40
new 12fb6d87 4: update: binutils-llvm-linux-qemu: 40
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1cde0143)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1556 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30320 -> 30864 bytes
04-build_llvm/console.log.xz | Bin 60880 -> 62468 bytes
05-build_abe-qemu/console.log.xz | Bin 31876 -> 31796 bytes
06-build_linux/console.log.xz | Bin 4012 -> 3976 bytes
08-check_regression/console.log.xz | Bin 476 -> 468 bytes
09-update_baseline/console.log | 214 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 118 insertions(+), 118 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards a1762e42 0: update: binutils-gcc: 2
new 5e57035b 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a1762e42)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51644 -> 52024 bytes
.../console.log.xz | Bin 934872 -> 936500 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 18bd4744611 gdb: testsuite: Support displaced stepping on LoongArch
new 95086e1e54a Fix potentially uninitialised variables in the Windows tools
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
binutils/ChangeLog | 11 +++++++++++
binutils/dlltool.c | 2 +-
binutils/dllwrap.c | 2 +-
binutils/mclex.c | 2 +-
binutils/resrc.c | 2 +-
binutils/srconv.c | 1 +
binutils/windmc.c | 6 +++---
7 files changed, 19 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from a03b46b78c8 ipa: Release body of clone_of when removing its last clone [...]
new 740d64815c6 middle-end/105140 - fix bogus recursion in fold_convertible_p
new 0be87cc23d0 tree-optimization/105250 - adjust fold_convertible_p PR105140 fix
new 64b3a86d33e tree-optimization/105148 - fix IVOPTs recording uses
new 132c3bb06a9 tree-optimization/105163 - abnormal SSA coalescing and reassoc
new f4f2bd4edea tree-optimization/105173 - fix insertion logic in reassoc
new b2557f9081e tree-optimization/105263 - reassoc and DFP
new 33914983cf3 tree-optimization/105312 - fix ISEL VCOND expansion
new 3e6ae76385c tree-optimization/105368 - avoid overflow in powi_cost
new 16a2fcfe247 tree-optimization/105431 - another overflow in powi handling
new d293946d5c3 rtl-optimization/105559 - avoid quadratic behavior in delet [...]
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cfgrtl.c | 2 +-
gcc/fold-const.c | 4 +-
gcc/gimple-isel.cc | 8 ++++
gcc/testsuite/gcc.dg/pr105140.c | 17 ++++++++
gcc/testsuite/gcc.dg/pr105173.c | 12 ++++++
gcc/testsuite/gcc.dg/pr105250.c | 29 ++++++++++++++
gcc/testsuite/gcc.dg/pr105263.c | 15 +++++++
gcc/testsuite/gcc.dg/torture/pr105148.c | 20 ++++++++++
gcc/testsuite/gcc.dg/torture/pr105163.c | 17 ++++++++
gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++++
gcc/tree-ssa-loop-ivopts.c | 6 ++-
gcc/tree-ssa-math-opts.c | 14 +++----
gcc/tree-ssa-reassoc.c | 70 +++++++++++++++++++++------------
13 files changed, 199 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105140.c
create mode 100644 gcc/testsuite/gcc.dg/pr105173.c
create mode 100644 gcc/testsuite/gcc.dg/pr105250.c
create mode 100644 gcc/testsuite/gcc.dg/pr105263.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105148.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105163.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 16e02662c09 PR105647 Update pr105169* so it does not fail on powerpc64le
new 20c932f30b5 [Ada] Remove dead code for scope entity having E_Subprogram [...]
new 3b0cd3f02ed [Ada] Do not override inlining heuristics for expression fu [...]
new 4e279bd9dc5 [Ada] Small housekeeping work
new e08f1aad6fb [Ada] Small housekeeping work continued
new c697f593f47 [Ada] Get rid of secondary stack for controlled components
new 5cc07f401a6 [Ada] Casing style on record components
new 88f7b07de75 [Ada] Improve optimization of "=" on bit-packed arrays
new 054cf924ac0 [Ada] Further adapt proof of double arithmetic runtime unit
new 10c257afea5 [Ada] Support Ada 2022 null array aggregates
new c92f4fddd68 [Ada] Fix proof of runtime unit a-strfix and a-strsup
new 4e474137e78 [Ada] Remove remaining references to gnatfind/gnatxref
new b626498f6e4 [Ada] Cleanup expansion of protected entry families
new ca03325fb3a [Ada] Fix invalid expanded code for entry families
new 8be71a90b15 [Ada] Avoid copy operation for returns involving function calls
new 55a11c7e345 [Ada] Fix bug in handling of Predicate_Failure aspect
new eff70bcc1f1 [Ada] Ignore Predicate_Failure in GNATprove mode
new 8a03acaace9 [Ada] Wrong interface dynamic dispatch via access parameter
new 4b3cf841642 [Ada] Preserve and reuse original type in Narrow_Large_Operation
new 679ed5b02b2 [Ada] Fix compilation of raise-gcc.c with -DSTANDALONE unde [...]
new e478e16e8a8 [Ada] Ignore Predicate_Failure in CodePeer mode
new bf0b180b42b [Ada] Fix spurious violations of No_Secondary_Stack restriction
new 382a00418d7 [Ada] Avoid internal compiler error for illegal Predicate_F [...]
new bd6c3f92368 [Ada] Mark Requires_Transient_Scope as Inline
new eac0a28825a [Ada] Fix continuation message without a prior error
new 0d9583573b7 [Ada] Remove redundant marking of illegal pragma with error posted
new 8630f50feeb [Ada] Preserve unchecked conversion of string constant
new 4d98c670fa9 [Ada] Adjust copyright line
new dfbdd4b9812 [Ada] Fix for internal error on semi-circular record aggregate
new 795f74c7356 [Ada] Fix internal error on semi-circular record types
new b64c4968c7f [Ada] Do not set Current_Error_Node to a node without location
new db6734819f7 [Ada] Fix internal error on unchecked union with component [...]
new cfc07102ef2 [Ada] Add support for "simd" function attribute
new 9ae384160f4 [Ada] Small housekeeping work in gnat_gimplify_expr
new e4c84b82c5f [Ada] Do not give warnings for compiler-generated entities [...]
new 9aa9ba95ea3 [Ada] Avoid copy operation for returns involving function calls
The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/Makefile.rtl | 1 +
gcc/ada/debug.adb | 7 +-
.../building_executable_programs_with_gnat.rst | 8 +-
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 7 +-
gcc/ada/einfo-utils.adb | 84 -
gcc/ada/einfo-utils.ads | 2 -
gcc/ada/einfo.ads | 26 +-
gcc/ada/erroutc.ads | 2 +-
gcc/ada/exp_aggr.adb | 35 +-
gcc/ada/exp_attr.adb | 136 +-
gcc/ada/exp_ch4.adb | 13 +-
gcc/ada/exp_ch6.adb | 102 +-
gcc/ada/exp_ch7.adb | 15 +-
gcc/ada/exp_ch9.adb | 25 +-
gcc/ada/exp_pakd.adb | 12 +-
gcc/ada/exp_pakd.ads | 13 +-
gcc/ada/exp_util.adb | 210 +--
gcc/ada/exp_util.ads | 18 +-
gcc/ada/fe.h | 20 +-
gcc/ada/gcc-interface/ada-builtin-types.def | 3 +-
gcc/ada/gcc-interface/ada-builtins.def | 3 +-
gcc/ada/gcc-interface/ada-tree.h | 7 +-
gcc/ada/gcc-interface/ada.h | 2 +-
gcc/ada/gcc-interface/decl.cc | 97 +-
gcc/ada/gcc-interface/gadaint.h | 2 +-
gcc/ada/gcc-interface/targtyps.cc | 2 +-
gcc/ada/gcc-interface/trans.cc | 370 ++--
gcc/ada/gcc-interface/utils.cc | 65 +-
gcc/ada/gcc-interface/utils2.cc | 41 +-
gcc/ada/gen_il-fields.ads | 2 +-
gcc/ada/gen_il-gen-gen_entities.adb | 3 +-
gcc/ada/gnat1drv.adb | 9 +-
gcc/ada/gnat_ugn.texi | 15 +-
gcc/ada/gnatcmd.adb | 38 +-
gcc/ada/gnatfind.adb | 407 -----
gcc/ada/gnatxref.adb | 344 ----
gcc/ada/libgnat/a-strfix.adb | 5 +
gcc/ada/libgnat/a-strsup.adb | 17 +
gcc/ada/libgnat/s-aridou.adb | 175 +-
gcc/ada/libgnat/s-objrea.adb | 16 +-
gcc/ada/libgnat/s-objrea.ads | 4 +-
gcc/ada/libgnat/{s-except.ads => s-retsta.ads} | 33 +-
gcc/ada/opt.ads | 12 +-
gcc/ada/par-ch4.adb | 1 +
gcc/ada/raise-gcc.c | 2 +-
gcc/ada/rtsfind.ads | 8 +
gcc/ada/sem_aggr.adb | 133 +-
gcc/ada/sem_aggr.ads | 3 +
gcc/ada/sem_attr.adb | 26 +
gcc/ada/sem_ch13.adb | 575 +++---
gcc/ada/sem_ch8.adb | 2 +
gcc/ada/sem_eval.adb | 15 +-
gcc/ada/sem_prag.adb | 1 -
gcc/ada/sem_res.adb | 6 +-
gcc/ada/sem_util.adb | 280 +--
gcc/ada/sem_util.ads | 55 +-
gcc/ada/style.adb | 9 +-
gcc/ada/uname.adb | 2 +-
gcc/ada/xr_tabls.adb | 1628 -----------------
gcc/ada/xr_tabls.ads | 388 ----
gcc/ada/xref_lib.adb | 1892 --------------------
gcc/ada/xref_lib.ads | 179 --
62 files changed, 1641 insertions(+), 5972 deletions(-)
delete mode 100644 gcc/ada/gnatfind.adb
delete mode 100644 gcc/ada/gnatxref.adb
copy gcc/ada/libgnat/{s-except.ads => s-retsta.ads} (66%)
delete mode 100644 gcc/ada/xr_tabls.adb
delete mode 100644 gcc/ada/xr_tabls.ads
delete mode 100644 gcc/ada/xref_lib.adb
delete mode 100644 gcc/ada/xref_lib.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from c4dd8eb523 RISC-V: Fix canonical extension order (K and J)
adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows
adds bc5baa9f13 don't over-align file positions of PE executable sections
adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols
adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip
adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip
adds 20bed3bb35 COFF: use hash for string table also when copying / stripping
adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs
adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 ++
bfd/bfdio.c | 4 +-
bfd/coffcode.h | 39 ++++----
bfd/coffgen.c | 235 ++++++++++++++----------------------------------
bfd/cofflink.c | 54 ++---------
bfd/libcoff-in.h | 4 +-
bfd/libcoff.h | 4 +-
bfd/peXXigen.c | 18 +++-
binutils/objcopy.c | 14 +--
gas/config/tc-aarch64.c | 2 +-
gdbsupport/pathstuff.cc | 2 +-
11 files changed, 126 insertions(+), 255 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from b8944f0438a compiler: traverse expressions when exporting constants
adds 3b4daa0b3c3 pointer-query: Fix ICE with non-pointer param [PR105635]
adds 213cfa8d0a9 cfgexpand: Yet another spot with debug insns references to [...]
new 19258b11387 analyzer: update docs about -fanalyzer-checker=taint
new 16e02662c09 PR105647 Update pr105169* so it does not fail on powerpc64le
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cfgexpand.cc | 4 ++++
gcc/doc/invoke.texi | 2 ++
gcc/pointer-query.cc | 2 +-
gcc/testsuite/g++.dg/modules/pr105169_a.C | 4 ++--
gcc/testsuite/g++.dg/modules/pr105169_b.C | 4 ++--
gcc/testsuite/gcc.dg/pr105630.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105635.c | 11 +++++++++++
7 files changed, 44 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105630.c
create mode 100644 gcc/testsuite/gcc.dg/pr105635.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from c4dd8eb523 RISC-V: Fix canonical extension order (K and J)
adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows
adds bc5baa9f13 don't over-align file positions of PE executable sections
adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols
adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip
adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip
adds 20bed3bb35 COFF: use hash for string table also when copying / stripping
adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs
adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 ++
bfd/bfdio.c | 4 +-
bfd/coffcode.h | 39 ++++----
bfd/coffgen.c | 235 ++++++++++++++----------------------------------
bfd/cofflink.c | 54 ++---------
bfd/libcoff-in.h | 4 +-
bfd/libcoff.h | 4 +-
bfd/peXXigen.c | 18 +++-
binutils/objcopy.c | 14 +--
gas/config/tc-aarch64.c | 2 +-
gdbsupport/pathstuff.cc | 2 +-
11 files changed, 126 insertions(+), 255 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards eb0739ae 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new d8d50d5d 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eb0739ae)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1536 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 30268 -> 30748 bytes
05-build_abe-stage1/console.log.xz | Bin 90496 -> 90236 bytes
07-build_abe-linux/console.log.xz | Bin 8772 -> 8804 bytes
08-build_abe-glibc/console.log.xz | Bin 232132 -> 232584 bytes
09-build_abe-stage2/console.log.xz | Bin 222556 -> 222624 bytes
10-build_abe-gdb/console.log.xz | Bin 37364 -> 37864 bytes
11-build_abe-qemu/console.log.xz | Bin 31672 -> 31824 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 02646f1960a gdbsupport: fix path_join crash with -std=c++17 and -D_GLIB [...]
new 18bd4744611 gdb: testsuite: Support displaced stepping on LoongArch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/testsuite/lib/gdb.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/modula-2
in repository gcc.
from 4e4cd356445 Corrected capitalization for start of comments.
new 3c46ace3d10 Corrected capitalization for start of comments in header files.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/m2/ChangeLog | 2 ++
gcc/m2/gm2-gcc/gcc-consolidation.h | 2 +-
gcc/m2/gm2-gcc/m2color.h | 5 ++++-
3 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 73f3ce33 4: update: binutils-llvm-linux-qemu: 40
new 564636ea 4: update: binutils-llvm-linux-qemu: 40
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (73f3ce33)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1572 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30336 -> 30992 bytes
04-build_llvm/console.log.xz | Bin 61192 -> 62568 bytes
05-build_abe-qemu/console.log.xz | Bin 32452 -> 32048 bytes
06-build_linux/console.log.xz | Bin 4128 -> 4152 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 60 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++++++-------
9 files changed, 41 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards d748dd50 0: update: binutils-gcc: 2
new 33006ad8 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d748dd50)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log.xz | Bin 1564 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 38828 -> 38328 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 320668 -> 322216 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 6 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.