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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 20efc89a 0: update: binutils-llvm-linux-qemu: all
new 74663e25 0: update: binutils-llvm-linux-qemu: all
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 (20efc89a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 1700 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 30028 -> 30636 bytes
04-build_llvm/console.log.xz | Bin 61552 -> 61784 bytes
05-build_abe-qemu/console.log.xz | Bin 30292 -> 31228 bytes
06-build_linux/console.log.xz | Bin 3584 -> 3720 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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 278c98c830b Stop strip from removing debuglink sections.
new 44a29af963e Require GNAT debug info for some Ada tests
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/gdb.ada/interface.exp | 5 +++++
gdb/testsuite/gdb.ada/iwide.exp | 5 +++++
gdb/testsuite/gdb.ada/mi_interface.exp | 5 +++++
gdb/testsuite/gdb.ada/tagged.exp | 5 +++++
gdb/testsuite/gdb.ada/tagged_access.exp | 5 +++++
5 files changed, 25 insertions(+)
--
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/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/qemu.
from 95a3fcc748 Update version for v7.0.0-rc3 release
adds 9569f5cb5b display/qxl-render: fix race condition in qxl_cursor (CVE-20 [...]
adds fa892e9abb ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
adds dde8689d1f Merge tag 'fixes-20220408-pull-request' of git://git.kraxel. [...]
adds 4bf58c7213 virtio-iommu: use-after-free fix
No new revisions were added by this update.
Summary of changes:
hw/display/qxl-render.c | 9 ++++++++-
hw/display/vmware_vga.c | 2 ++
hw/virtio/virtio-iommu.c | 1 +
ui/cursor.c | 8 +++++++-
4 files changed, 18 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 82a4c5c7044 IBM zSystems: Add support for z16 as CPU name.
adds 91a38e8a848 builtins: Fix up expand_builtin_int_roundingfn_2 [PR105211]
adds d481d13786c i386: Fix ICE caused by ix86_emit_i387_log1p [PR105214]
adds 152f243fdac i386: i386-expand formatting fixes
adds 62d5bb0f35f tree-optimization/105226 - avoid splitting abnormal edges
adds 1bd96873cf7 tree-optimization/105232 - handle overly large sizes in com [...]
adds 1210fd6e69e arm: remove unnecessary armv9-a multilib variant [PR104144]
adds 31cccadcf2d tree-optimization/105235 - clean EH in execute_cse_conv_1
new 62082d278d1 arm: fix testsuite failure of reg_equal_test.c [PR101755]
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/builtins.cc | 30 +++++++++++-----
gcc/config/arm/t-aprofile | 25 +++++--------
gcc/config/arm/t-multilib | 9 ++---
gcc/config/i386/i386-expand.cc | 51 ++++++++++++++++++---------
gcc/config/i386/i386.cc | 3 +-
gcc/testsuite/g++.dg/opt/pr105235-1.C | 12 +++++++
gcc/testsuite/gcc.dg/asan/pr105214.c | 16 +++++++++
gcc/testsuite/gcc.dg/pr105211.c | 11 ++++++
gcc/testsuite/gcc.dg/pr105226.c | 23 ++++++++++++
gcc/testsuite/gcc.target/arm/multilib.exp | 19 +++++-----
gcc/testsuite/gcc.target/arm/reg_equal_test.c | 25 +++++--------
gcc/tree-ssa-math-opts.cc | 15 ++++----
gcc/tree-vect-loop-manip.cc | 3 +-
gcc/tree.cc | 2 ++
14 files changed, 161 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr105235-1.C
create mode 100644 gcc/testsuite/gcc.dg/asan/pr105214.c
create mode 100644 gcc/testsuite/gcc.dg/pr105211.c
create mode 100644 gcc/testsuite/gcc.dg/pr105226.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-aarch64
in repository toolchain/ci/base-artifacts.
discards efa32734 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new 92051d13 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
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 (efa32734)
\
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 1560 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 17800 -> 18248 bytes
12-check_regression/console.log.xz | Bin 412 -> 412 bytes
13-update_baseline/console.log | 96 +++++++++++++++++------------------
jenkins/manifest.sh | 12 ++---
6 files changed, 54 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.