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 8211e143 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new a16ab477 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 (8211e143)
\
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 1632 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30576 -> 30648 bytes
05-build_abe-stage1/console.log.xz | Bin 72696 -> 72788 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9560 -> 8940 bytes
08-build_abe-glibc/console.log.xz | Bin 239324 -> 240236 bytes
09-build_abe-stage2/console.log.xz | Bin 202340 -> 204136 bytes
10-build_abe-gdb/console.log.xz | Bin 37780 -> 37592 bytes
11-build_abe-qemu/console.log.xz | Bin 31728 -> 31328 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
13 files changed, 19 insertions(+), 19 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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 760a0785 0: update: binutils-gcc-linux-qemu: all
new d669407c 0: update: binutils-gcc-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 (760a0785)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 1668 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29868 -> 30348 bytes
04-build_abe-stage1/console.log.xz | Bin 85308 -> 86440 bytes
05-build_abe-qemu/console.log.xz | Bin 31296 -> 30568 bytes
06-build_linux/console.log.xz | Bin 3588 -> 3664 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from 41da4070a2a graphds: Fix description of SCC algorithm
adds cf172561052 libgo: use POSIX shell arithmetic expansion
adds 64cb87b2381 xtensa: Optimize "bitwise AND NOT with imm" followed by "br [...]
adds b4cc945c045 Fix handling of zero capacity regions in -Wanalyzer-allocat [...]
adds 27d2c49c415 Fix CL entry
adds b585af38a12 c++: correct ChangeLog PR number
adds f77bbc8f869 c++: CTAD from initializer list [PR106366]
new 0fb35a45a28 analyzer: fix ICE in binding_cluster ctor [PR106401]
new 6d5194a10dc analyzer: fix state explosion on va_arg [PR106413]
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/ChangeLog | 2 +-
gcc/analyzer/region-model.cc | 2 +-
gcc/analyzer/store.cc | 1 -
gcc/analyzer/varargs.cc | 26 +-
gcc/config/xtensa/xtensa.md | 84 ++++++
gcc/cp/ChangeLog | 2 +-
gcc/cp/pt.cc | 31 ++-
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/g++.dg/cpp1z/class-deduction112.C | 14 +
gcc/testsuite/gcc.dg/analyzer/memcpy-2.c | 8 +
gcc/testsuite/gcc.dg/analyzer/pr106394.c | 19 ++
gcc/testsuite/gcc.dg/analyzer/torture/stdarg-4.c | 329 +++++++++++++++++++++++
libgo/match.sh | 2 +-
libgo/testsuite/gotest | 2 +-
14 files changed, 496 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction112.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/memcpy-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr106394.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/stdarg-4.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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards b9e72ffa 0: update: binutils-gcc: 1
new ee77a6ca 0: update: binutils-gcc: 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 (b9e72ffa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1608 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2712 bytes
03-build_abe-binutils/console.log.xz | Bin 38808 -> 37660 bytes
04-build_abe-gcc/console.log.xz | Bin 214460 -> 211856 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3828 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2476 -> 2608 bytes
07-check_regression/console.log.xz | Bin 2352 -> 3388 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 6 +
07-check_regression/results.compare | 23 +-
07-check_regression/results.compare2 | 95 +-
07-check_regression/results.regressions | 40 +
08-update_baseline/console.log | 336 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 6 +
08-update_baseline/results.compare | 23 +-
08-update_baseline/results.compare2 | 95 +-
08-update_baseline/results.regressions | 40 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3562660 -> 3573288 bytes
sumfiles/g++.sum | 12 +-
sumfiles/gcc.log.xz | Bin 3045656 -> 3064020 bytes
sumfiles/gcc.sum | 5093 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1034788 -> 1028260 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2184 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 205100 -> 205056 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 445476 -> 439228 bytes
sumfiles/libstdc++.sum | 2 +-
33 files changed, 3134 insertions(+), 2659 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.