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_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards a6645f4b 0: update: binutils-gcc: 1
new 384bb88a 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 (a6645f4b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1688 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 51632 -> 53504 bytes
04-build_abe-bootstrap/console.log.xz | Bin 464528 -> 461572 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3800 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2596 -> 2332 bytes
07-check_regression/console.log.xz | Bin 3436 -> 3336 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 28 +
07-check_regression/results.compare | 47 +-
07-check_regression/results.compare2 | 209 +-
07-check_regression/results.regressions | 48 +
08-update_baseline/console.log | 623 ++--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 28 +
08-update_baseline/results.compare | 47 +-
08-update_baseline/results.compare2 | 209 +-
08-update_baseline/results.regressions | 48 +
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2840896 -> 2852680 bytes
sumfiles/g++.sum | 200 +-
sumfiles/gcc.log.xz | Bin 2463632 -> 2460336 bytes
sumfiles/gcc.sum | 4114 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 933044 -> 944028 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2304 -> 2308 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205760 -> 204872 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2736 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 465980 -> 467020 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2913 insertions(+), 2782 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.
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_profiled
in repository toolchain/ci/gcc.
from eb3f2e9348e rs6000: Move more g++.dg powerpc tests to g++.target
adds 7e76cef8733 libstdc++: Avoid double-deref of __first in ranges::minmax [...]
adds d00dd52ea15 compiler: revert `for package-scope "a = b; b = x" just set [...]
adds 587953f0931 Daily bump.
adds b642a44feec doc: Adjust mingw-w64 download link
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 18 +++++++++++
gcc/doc/install.texi | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 37 ++++------------------
gcc/testsuite/ChangeLog | 37 ++++++++++++++++++++++
libgo/go/runtime/mpagealloc.go | 12 ++++---
libgo/go/runtime/mpagecache.go | 2 +-
libstdc++-v3/ChangeLog | 26 +++++++++++++++
libstdc++-v3/include/bits/ranges_algo.h | 2 +-
.../testsuite/25_algorithms/minmax/constrained.cc | 30 ++++++++++++++++++
12 files changed, 135 insertions(+), 40 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_profiled
in repository toolchain/ci/binutils-gdb.
from 3b9809bc62 [gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32
adds 7410508723 Match rustc beta versions
adds 925ea601f1 Remove some dead code from the Rust value printer
adds 506ec52e88 Reimplement Rust slice printing
adds 1c9cc05244 Implement value_print for Rust
adds 1f0f8b5d9d Allow word wrapping even when paging is disabled
adds 111d19818a Handle "set height 1"
adds 4311246bb1 Return void from gdb_putc
adds 3beda815bd Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/rust-lang.c | 114 ++++++++++++++++++++++++++-----------
gdb/rust-lang.h | 5 ++
gdb/testsuite/gdb.base/page.exp | 7 ++-
gdb/testsuite/gdb.rust/simple.exp | 3 +-
gdb/testsuite/gdb.rust/unsized.exp | 8 +++
gdb/testsuite/gdb.rust/unsized.rs | 2 +
gdb/testsuite/lib/rust-support.exp | 2 +-
gdb/ui-file.c | 3 +-
gdb/ui-file.h | 2 +-
gdb/utils.c | 65 ++++++++++++++++-----
gdb/utils.h | 4 +-
12 files changed, 159 insertions(+), 58 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_profiled
in repository toolchain/ci/base-artifacts.
discards aa8b3678 0: update: binutils-gcc: 2
new ec345a3e 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 (aa8b3678)
\
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 1500 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52584 -> 51608 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 925616 -> 929344 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++++++
jenkins/manifest.sh | 12 ++++-----
7 files changed, 42 insertions(+), 6 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-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a6da93c3 2: update: binutils-gcc-linux-qemu: 20388
new 41f07644 2: update: binutils-gcc-linux-qemu: 20391
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 (a6da93c3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 1572 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30000 -> 30172 bytes
04-build_abe-stage1/console.log.xz | Bin 89632 -> 89876 bytes
05-build_abe-qemu/console.log.xz | Bin 30532 -> 30556 bytes
06-build_linux/console.log.xz | Bin 16072 -> 16268 bytes
08-check_regression/console.log.xz | Bin 488 -> 484 bytes
09-update_baseline/console.log | 26 +++++++++++++-------------
jenkins/manifest.sh | 18 +++++++++---------
results | 2 +-
10 files changed, 23 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.