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_O1
in repository toolchain/ci/base-artifacts.
discards 593baaa9 0: update: binutils-gcc: 2
new 4d9b6300 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 (593baaa9)
\
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 1608 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 37692 -> 37692 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 273120 -> 269932 bytes
06-check_regression/console.log.xz | Bin 420 -> 420 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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 09df49cc 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 5d1ea11c 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 (09df49cc)
\
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 1620 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 30752 -> 30152 bytes
05-build_abe-stage1/console.log.xz | Bin 92160 -> 91220 bytes
07-build_abe-linux/console.log.xz | Bin 9384 -> 9008 bytes
08-build_abe-glibc/console.log.xz | Bin 233832 -> 232580 bytes
09-build_abe-stage2/console.log.xz | Bin 223364 -> 223856 bytes
10-build_abe-gdb/console.log.xz | Bin 37556 -> 37288 bytes
11-build_abe-qemu/console.log.xz | Bin 31512 -> 30532 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
12 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_gnu_cross_build/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]
adds 0fb35a45a28 analyzer: fix ICE in binding_cluster ctor [PR106401]
adds 6d5194a10dc analyzer: fix state explosion on va_arg [PR106413]
new b563a8dd3fc Daily bump.
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:
contrib/ChangeLog | 11 +
gcc/ChangeLog | 85 +++++-
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 21 ++
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 | 16 +-
gcc/cp/pt.cc | 31 ++-
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 35 +++
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 +-
libiberty/ChangeLog | 6 +
libsanitizer/ChangeLog | 7 +
20 files changed, 674 insertions(+), 29 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.