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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9d77728a 0: update: binutils-gcc-linux: all
new 5d68d30c 0: update: binutils-gcc-linux: 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 (9d77728a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 66 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 10812 ++++++------
04-build_abe-stage1/console.log | 19932 +++++++++++-----------
05-build_linux/console.log | 792 +-
06-boot_linux/console.log | 2 +-
console.log | 32253 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32118 insertions(+), 32183 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 2edbb506 0: update: binutils-gcc-linux: all
new ace02361 0: update: binutils-gcc-linux: 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 (2edbb506)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 68 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10813 ++++++-------
04-build_abe-stage1/console.log | 18559 +++++++++++-----------
05-build_linux/console.log | 826 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30739 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 30755 insertions(+), 30714 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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 8f5919f154b Daily bump.
new a8513e124bb PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
new ab9591e1989 Update URL for Hoard in libstdc++ docs
new d2c2caa6d5f Update URL for CUJ article in libstdc++ docs
new 76a5021ecc3 Add makefile target to update HTML files in source tree
new 16dc52a09b3 PR libstdc++/92143 adjust for OS X aligned_alloc behaviour
new a07f94acc2a Do not declare std::uses_allocator before C++11
new bdf2afeb8d7 Fix tests that fail with -std=gnu++98 or -std=gnu++11
The 7 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:
libstdc++-v3/ChangeLog | 78 ++++++
libstdc++-v3/doc/Makefile.am | 7 +-
libstdc++-v3/doc/Makefile.in | 7 +-
.../doc/html/manual/documentation_hacking.html | 7 +-
libstdc++-v3/doc/html/manual/memory.html | 10 +-
libstdc++-v3/doc/xml/manual/allocator.xml | 13 +-
.../doc/xml/manual/documentation_hacking.xml | 9 +-
libstdc++-v3/include/bits/memoryfwd.h | 2 +
libstdc++-v3/include/tr2/dynamic_bitset | 295 ++++++++++-----------
libstdc++-v3/include/tr2/dynamic_bitset.tcc | 2 +-
libstdc++-v3/libsupc++/new_opa.cc | 5 +-
libstdc++-v3/testsuite/17_intro/names.cc | 4 +
.../20_util/is_nothrow_invocable/value.cc | 4 +
libstdc++-v3/testsuite/experimental/names.cc | 7 +-
.../62154.cc => tr2/dynamic_bitset/cmp.cc} | 42 ++-
libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc | 105 ++++++++
.../dr2537.cc => tr2/dynamic_bitset/copy.cc} | 41 +--
.../dr2537.cc => tr2/dynamic_bitset/move.cc} | 39 +--
.../conv/bool.cc => tr2/dynamic_bitset/pr92059.cc} | 15 +-
19 files changed, 449 insertions(+), 243 deletions(-)
copy libstdc++-v3/testsuite/{18_support/nested_exception/62154.cc => tr2/dynamic_b [...]
create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...]
copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...]
copy libstdc++-v3/testsuite/{27_io/basic_ios/conv/bool.cc => tr2/dynamic_bitset/pr [...]
--
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/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards ac4aa1a7 0: update: llvm-linux: boot
new 7f6dec19 0: update: llvm-linux: 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 (ac4aa1a7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 214 +-
02-build_llvm/console.log | 11936 +++++++++++++++++-----------------
03-build_linux/console.log | 652 +-
04-boot_linux/console.log | 440 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 13275 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 13305 insertions(+), 13255 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7671bdfc 0: update: binutils-gcc-linux: all
new 5bbb10f5 0: update: binutils-gcc-linux: 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 (7671bdfc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 104 +-
02-prepare_abe/console.log | 392 +-
03-build_abe-binutils/console.log | 11651 +++++++-------
04-build_abe-stage1/console.log | 15974 ++++++++++---------
05-build_linux/console.log | 2244 +--
06-boot_linux/console.log | 8 +-
console.log | 30410 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 30379 insertions(+), 30422 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.