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-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from c20b52504a Automatic date update in version.in
adds d8c26a9cd5 Automatic date update in version.in
adds 636c5b0d0a Automatic date update in version.in
adds e18071ce24 Automatic date update in version.in
adds e75eebbb8d Automatic date update in version.in
adds cb1920c056 Automatic date update in version.in
adds e854b5bf31 Revert: [AArch64] MTE corefile support
adds cfcc488ce4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 9 +++++++++
bfd/elf.c | 19 -------------------
bfd/version.h | 2 +-
binutils/ChangeLog | 8 ++++++++
binutils/readelf.c | 2 --
include/ChangeLog | 9 +++++++++
include/elf/common.h | 6 ------
7 files changed, 27 insertions(+), 28 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/gnu-release-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 9c6766a49 0: update: binutils-gcc-linux-qemu: boot
new b8f9ede2e 0: update: binutils-gcc-linux-qemu: boot
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 (9c6766a49)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 1560 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 42880 -> 42540 bytes
04-build_abe-stage1/console.log.xz | Bin 68000 -> 68196 bytes
05-build_abe-qemu/console.log.xz | Bin 31216 -> 30468 bytes
06-build_linux/console.log.xz | Bin 3492 -> 3392 bytes
07-boot_linux/console.log.xz | Bin 5976 -> 5952 bytes
08-check_regression/console.log.xz | Bin 500 -> 500 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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
in repository toolchain/ci/gcc.
from 4a61bcaca07 AVX512FP16: Add abi test for zmm
adds a7b626d98a9 i386: Fix up @xorsign<mode>3_1 [PR102224]
adds 87d55da7d78 libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1
adds 7285f394558 tree-optimization/102183 - sccvn: fix result compare in vn_ [...]
adds 6576ad5add7 Compile __{mul,div}hc3 into libgcc_s.so.1.
adds 7485a52551d i386: Fix up xorsign for AVX [PR89984]
adds 86e6268cff3 rs6000: Fix ELFv2 r12 use in epilogue
new d081516ae17 testsuite: Use explicit -ftree-cselim in tests using -fdump [...]
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/config/i386/i386-expand.c | 26 ++----------
gcc/config/i386/i386-protos.h | 1 -
gcc/config/i386/i386.md | 22 ++++------
gcc/config/rs6000/rs6000-logue.c | 4 ++
gcc/testsuite/gcc.dg/pr102224.c | 49 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr89984.c | 20 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr89430-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-5.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-6.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr89430-7-comp-ref.c | 2 +-
.../gcc.dg/tree-ssa/pr89430-8-mem-ref-size.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr99473-1.c | 2 +-
gcc/testsuite/gcc.target/i386/avx-pr102224.c | 23 ++++++++++
gcc/testsuite/gcc.target/i386/avx-pr89984.c | 23 ++++++++++
gcc/tree-ssa-sccvn.c | 2 +-
libgcc/config/i386/libgcc-glibc.ver | 20 +++++++++
libgcc/config/i386/t-softfp | 3 +-
20 files changed, 161 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102224.c
create mode 100644 gcc/testsuite/gcc.dg/pr89984.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx-pr102224.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx-pr89984.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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 42f4615284 [gdb/build] Fix build with undefined CXX_STD_THREAD
adds 351031f22a gdb: make thread_suspend_state::stop_pc optional
adds beaddc1a80 PowerPC64: Avoid useless work on R_PPC64_TPREL34
adds 733ae98cb8 PowerPC64, sanity check r_offset in relocate_section
new 828a9ed9ca Fix unit test build on Windows
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:
bfd/elf64-ppc.c | 172 +++++++++++++++++++++++----------
gdb/gdbthread.h | 32 +++++-
gdb/infcmd.c | 2 +-
gdb/infrun.c | 3 +-
gdb/thread.c | 2 +-
gdb/unittests/parallel-for-selftests.c | 3 +-
6 files changed, 155 insertions(+), 59 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
in repository toolchain/ci/base-artifacts.
discards 982659b19 0: update: binutils-gcc: 2
new 84b49a3c7 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 (982659b19)
\
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 1796 -> 1492 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 63548 -> 64800 bytes
05-build_abe-bootstrap/console.log.xz | Bin 467288 -> 468220 bytes
06-check_regression/console.log.xz | Bin 400 -> 400 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 15 insertions(+), 15 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 master
in repository toolchain/gcc-compare-results.
from 0a52cb8 From https://ci.linaro.org/job/tcwg_gcc_check-bisect-release-arm/27/
new 4df69ff From https://ci.linaro.org/job/tcwg_gnu_native_check_gdb-bise [...]
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:
.../tcwg_gnu_native_check_gdb-master-aarch64.xfail | 36 ++++++++++++++++++++++
1 file changed, 36 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 master
in repository toolchain/gcc-compare-results.
from c3ce627 From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc-bise [...]
new 0a52cb8 From https://ci.linaro.org/job/tcwg_gcc_check-bisect-release-arm/27/
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:
.../flaky/tcwg_gcc_check-release-arm.xfail | 15 +++++++++++++++
1 file changed, 15 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.