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_debug
in repository toolchain/ci/base-artifacts.
discards 58b0a0ecf 0: update: binutils-gcc: 2
new 0d6dcb151 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 (58b0a0ecf)
\
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 1580 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 50924 -> 50768 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 464384 -> 464164 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/qemu.
from 9b00d27901 Merge tag 'pull-riscv-to-apply-20220802' of github.com:alist [...]
adds 77e3f038af block/io_uring: add missing include file
adds e7156ff7cb libvduse: Fix the incorrect function name
adds d9cf16c0be libvduse: Replace strcpy() with strncpy()
adds 630179b7f7 libvduse: Pass positive value to strerror()
adds fd8a68ad68 hw/block/hd-geometry: Do not override specified bios-chs-trans
adds e13fe274bf qemu-iotests: Discard stderr when probing devices
adds 21b1d97459 main loop: add missing documentation links to GS/IO macros
adds 0399521e53 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...]
adds df67aa3e61 migration: add remaining params->has_* = true in migration_i [...]
adds 777f53c759 Revert "migration: Simplify unqueue_page()"
adds ead34f64f9 migration: Assert that migrate_multifd_compression() returns [...]
adds 4bcb7de072 migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long
adds a21ba54dd5 virtiofsd: Disable killpriv_v2 by default
adds 430a388ef4 Merge tag 'pull-migration-20220802c' of https://gitlab.com/d [...]
No new revisions were added by this update.
Summary of changes:
block/io_uring.c | 1 +
hw/block/hd-geometry.c | 7 ++++++-
include/qemu/main-loop.h | 18 +++++++++++++++---
migration/block.c | 2 +-
migration/migration.c | 5 +++++
migration/ram.c | 37 ++++++++++++++++++++++++++-----------
migration/trace-events | 3 ++-
subprojects/libvduse/libvduse.c | 13 +++++++------
tests/qemu-iotests/common.rc | 4 ++--
tools/virtiofsd/passthrough_ll.c | 13 ++-----------
10 files changed, 67 insertions(+), 36 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_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from a3393b3380 Use Linux 5.19 in build-many-glibcs.py
adds fccadcdf5b Update syscall lists for Linux 5.19
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h | 1 +
sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 +
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
3 files changed, 4 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_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 353fd1ec3df Properly honor param_max_fsm_thread_path_insns in backwards [...]
adds 6d41f7c39cf Make range_of_ssa_name_with_loop_info type agnostic.
adds 6a11f2d974a analyzer: support for creat, dup, dup2 and dup3 [PR106298]
adds 5df04a7aa83 btf: do not use the CHAR `encoding' bit for BTF
adds 87dd4c8c837 Check equivalencies when calculating range on entry.
adds 502605a277d Adjust testsuite/gcc.dg/tree-ssa/vrp-float-1.c
No new revisions were added by this update.
Summary of changes:
gcc/analyzer/sm-fd.cc | 129 +++++++++++++++-
gcc/btfout.cc | 4 +
gcc/gimple-range-cache.cc | 45 +++++-
gcc/gimple-range-fold.cc | 46 ++++--
gcc/gimple-range-fold.h | 2 +-
gcc/testsuite/g++.dg/pr106474.C | 16 ++
gcc/testsuite/gcc.dg/analyzer/fd-1.c | 21 +++
gcc/testsuite/gcc.dg/analyzer/fd-2.c | 15 ++
gcc/testsuite/gcc.dg/analyzer/fd-4.c | 31 +++-
gcc/testsuite/gcc.dg/analyzer/fd-dup-1.c | 223 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/debug/btf/btf-int-1.c | 18 ++-
gcc/testsuite/gcc.dg/tree-ssa/vrp-float-1.c | 4 +-
12 files changed, 528 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr106474.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/fd-dup-1.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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards a11909b8f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 569f3f4fc 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
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 (a11909b8f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1640 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30868 -> 30948 bytes
04-build_abe-stage1/console.log.xz | Bin 73508 -> 73016 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 9720 -> 10468 bytes
07-build_abe-glibc/console.log.xz | Bin 239596 -> 239276 bytes
08-build_abe-stage2/console.log.xz | Bin 203112 -> 202248 bytes
09-build_abe-gdb/console.log.xz | Bin 37976 -> 37956 bytes
10-build_abe-qemu/console.log.xz | Bin 31608 -> 32148 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3924 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3272 -> 2688 bytes
13-check_regression/console.log.xz | Bin 20572 -> 69924 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 375 +-
13-check_regression/results.compare | 368 +-
13-check_regression/results.compare2 | 16514 +++++++++++++++++++----
13-check_regression/results.regressions | 64 +-
14-update_baseline/console.log | 20952 +++++++++++++++++++++++-------
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 375 +-
14-update_baseline/results.compare | 368 +-
14-update_baseline/results.compare2 | 16514 +++++++++++++++++++----
14-update_baseline/results.regressions | 64 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3377896 -> 3386996 bytes
sumfiles/g++.sum | 192 +-
sumfiles/gcc.log.xz | Bin 2972052 -> 2938548 bytes
sumfiles/gcc.sum | 20270 +++++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 1026668 -> 1024692 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199984 -> 199976 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 424500 -> 414812 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 54449 insertions(+), 21719 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.