This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards 8f21fad 0: update: binutils-gcc-glibc-qemu: 6
new 41edcd3 0: update: binutils-gcc-glibc-qemu: 6
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 (8f21fad)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-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 | 170 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-binutils/console.log | 8890 +--
05-build_abe-stage1/console.log | 13531 +++--
06-build_abe-linux/console.log | 1996 +-
07-build_abe-glibc/console.log | 40375 +++++++------
08-build_abe-stage2/console.log | 34047 ++++++-----
09-build_abe-qemu/console.log | 6140 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 106251 ++++++++++++++++++-----------------
jenkins/manifest.sh | 24 +-
12 files changed, 105947 insertions(+), 105917 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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 0f730c8 0: update: gcc-e4dcb3383bff4c209a918127551cabc56b4171ae: 1
new fe39cda 0: update: gcc-ebb734aac092cc1ea1208b3a96cc2b6ad85cf5a1: 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 (0f730c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 14 +-
02-prepare_abe/console.log | 428 +-
04-build_abe-bootstrap_O3/console.log | 70104 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 70552 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 70522 insertions(+), 70590 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 releases/gcc-9
in repository gcc.
from b65a8f3489a Daily bump.
new 592ecfc48c7 libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
new 4b4ddaab3f3 libstdc++: Fix test failure on AIX
new 0c988762f2d libstdc++: Fix incorrect test for std::error_code comparisons
new 31a5cc60428 libstdc++: Add assertions for preconditions in sampling dis [...]
new 053411d6d27 libstdc++: Fix documentation for return values of copy algos
new db5804d6ccd libstdc++: Fix doxygen comment for std::any_of
new af06fe692ab libstdc++: Fix errors in <experimental/internet>
new d7bc0ab9700 libstdc++: Include scope ID in net::internet::address_v6::t [...]
new 29dad307b5d libstdc++: Initialize std::normal_distribution::_M_saved [P [...]
new b06bc096c4d libstdc++: Handle EPERM for filesystem access errors on Mac [...]
new 4160c7da622 libstdc++: Use correct error category for Windows error codes
new 5e12dd3428a libstdc++: Fix spelling of __MINGW32__ macros
new 9c01c3136aa maintainer-scripts: Disable multilib when generating libstd [...]
new 51d19b9b06c libstdc++: Add noexcept to declaration of path::_List members
new fc075ad624f libstdc++: Fix directory_iterator exception specification
new 9f5c8ec3d17 libstdc++: Fix failing tests for AIX
new 90293cb2a79 libstdc++: Fix net::system_context stop condition
new 8ceccbc3bbb libstdc++: Fix outdated comment about std::string instantia [...]
new 6cc765a7917 Have std::vector printer's iterator return bool for vector<bool>
new b2a1a375141 Improve tests for std::vector<bool> printer
new 0022a036490 libstdc++: Implement LWG 561 for std::inserter
new e59253bd0ab libstdc++: Make std::copy_n work with negative sizes
The 22 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/include/bits/basic_string.tcc | 10 +-
libstdc++-v3/include/bits/fs_path.h | 8 +-
libstdc++-v3/include/bits/random.h | 8 +-
libstdc++-v3/include/bits/random.tcc | 3 +
libstdc++-v3/include/bits/range_access.h | 12 +-
libstdc++-v3/include/bits/stl_algo.h | 8 +-
libstdc++-v3/include/bits/stl_algobase.h | 8 +-
libstdc++-v3/include/bits/stl_iterator.h | 9 +-
libstdc++-v3/include/experimental/executor | 5 +-
libstdc++-v3/include/experimental/internet | 44 ++++++--
libstdc++-v3/include/experimental/io_context | 10 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 12 +-
libstdc++-v3/src/c++17/fs_dir.cc | 8 +-
libstdc++-v3/src/c++17/fs_ops.cc | 8 +-
libstdc++-v3/src/filesystem/dir-common.h | 12 ++
libstdc++-v3/src/filesystem/dir.cc | 2 +-
libstdc++-v3/src/filesystem/ops.cc | 4 +-
libstdc++-v3/testsuite/17_intro/names.cc | 2 +
.../error_code/operators/{equal.cc => less.cc} | 16 +--
.../error_code/operators/not_equal.cc | 3 +-
.../operators/{equal.cc => less.cc} | 21 ++--
.../cons/constexpr.cc => insert_iterator/dr561.cc} | 33 ++++--
.../testsuite/24_iterators/range_access.cc | 30 +++++
.../testsuite/24_iterators/range_access_cpp14.cc | 15 +++
.../testsuite/24_iterators/range_access_cpp17.cc | 14 +++
.../97731.cc => 25_algorithms/copy_n/5.cc} | 35 +++---
.../testsuite/26_numerics/random/pr60037-neg.cc | 2 +-
.../27_io/filesystem/operations/proximate.cc | 2 +-
.../27_io/filesystem/path/compare/lwg2936.cc | 2 +-
.../27_io/filesystem/path/generation/proximate.cc | 2 +-
.../27_io/filesystem/path/generation/relative.cc | 2 +-
.../testsuite/30_threads/thread/cons/84535.cc | 3 +
.../testsuite/30_threads/thread/cons/lwg2097.cc | 3 +
.../net/internet/address/v4/members.cc | 30 ++---
.../net/internet/address/v6/members.cc | 122 +++++++++++++++++++++
.../net/system_context/1.cc} | 28 +++--
.../testsuite/libstdc++-prettyprinters/simple.cc | 11 ++
.../testsuite/libstdc++-prettyprinters/simple11.cc | 11 ++
libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +-
libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +-
maintainer-scripts/generate_libstdcxx_web_docs | 2 +-
41 files changed, 421 insertions(+), 143 deletions(-)
copy libstdc++-v3/testsuite/19_diagnostics/error_code/operators/{equal.cc => less. [...]
copy libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/{equal.cc => [...]
copy libstdc++-v3/testsuite/24_iterators/{istream_iterator/cons/constexpr.cc => in [...]
copy libstdc++-v3/testsuite/{experimental/filesystem/iterators/97731.cc => 25_algo [...]
create mode 100644 libstdc++-v3/testsuite/experimental/net/internet/address/v6/members.cc
copy libstdc++-v3/testsuite/{30_threads/shared_timed_mutex/94069.cc => experimenta [...]
--
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_bmk_tk1/llvm-master-arm-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 71b2d5b 3: update: llvm-907af8439672e47cf978b43625d9318dd34e13ab: 1
new 7d960fc 3: update: binutils-gcc-glibc: 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 (71b2d5b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-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 | 102 +-
02-prepare_abe/console.log | 20 +-
03-build_abe-binutils/console.log | 11683 ++-
04-build_abe-stage1/console.log | 19122 ++--
06-build_abe-linux/console.log | 2010 +-
07-build_abe-glibc/console.log | 38254 +++----
08-build_abe-stage2/console.log | 39034 +++----
09-build_llvm-true/console.log | 14202 ++-
11-benchmark--O3_LTO_marm/benchmark-start.log | 2 +-
11-benchmark--O3_LTO_marm/benchmark.log | 29 +-
11-benchmark--O3_LTO_marm/console.log | 205 +-
12-check_regression/console.log | 768 +-
12-check_regression/results-0.csv | 119 +-
12-check_regression/results-1.csv | 122 +-
12-check_regression/results-brief.csv | 38 +-
12-check_regression/results-full.csv | 128 +-
12-check_regression/results.csv | 48 +-
12-check_regression/results.log | 2830 +-
13-update_baseline/console.log | 2068 +-
13-update_baseline/results-1.csv | 122 +-
13-update_baseline/results-brief.csv | 34 +-
13-update_baseline/results-full.csv | 122 +-
13-update_baseline/results.csv | 44 +-
13-update_baseline/results.log | 2048 +-
console.log | 127648 ++++++++++++-----------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
27 files changed, 131666 insertions(+), 129160 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.