This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
discards eb3de348 0: update: binutils-gcc-glibc-gdb: -4
new ee55c3db 0: init: binutils-gcc-linux-glibc-gdb: 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 (eb3de348)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 | 228 +-
02-prepare_abe/console.log | 210 +-
03-build_abe-binutils/console.log | 12431 +-
04-build_abe-stage1/console.log | 47168 +++---
05-build_abe-linux/console.log | 1067 -
05-clean_sysroot/console.log | 24 +
06-build_abe-linux/console.log | 1218 +
.../console.log | 38917 ++---
07-build_abe-stage2/console.log | 16177 --
08-build_abe-gdb/console.log | 3654 -
08-build_abe-stage2/console.log | 17704 ++
09-build_abe-gdb/console.log | 5816 +
10-build_abe-dejagnu/console.log | 239 +
11-build_abe-check_gdb/console.log | 7187 +
.../console.log | 28 +-
12-update_baseline/console.log | 38 -
13-update_baseline/console.log | 7 +
console.log | 151546 +++++++++---------
jenkins/manifest.sh | 30 +-
results | 6 +
sumfiles/gdb.log.xz | Bin 0 -> 38328 bytes
sumfiles/gdb.sum | 1283 +
22 files changed, 153040 insertions(+), 151938 deletions(-)
delete mode 100644 05-build_abe-linux/console.log
create mode 100644 05-clean_sysroot/console.log
create mode 100644 06-build_abe-linux/console.log
rename {06-build_abe-glibc => 07-build_abe-glibc}/console.log (68%)
delete mode 100644 07-build_abe-stage2/console.log
delete mode 100644 08-build_abe-gdb/console.log
create mode 100644 08-build_abe-stage2/console.log
create mode 100644 09-build_abe-gdb/console.log
create mode 100644 10-build_abe-dejagnu/console.log
create mode 100644 11-build_abe-check_gdb/console.log
rename {11-check_regression => 12-check_regression}/console.log (58%)
delete mode 100644 12-update_baseline/console.log
create mode 100644 13-update_baseline/console.log
create mode 100644 sumfiles/gdb.log.xz
create mode 100644 sumfiles/gdb.sum
--
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-11
in repository gcc.
from fcb9be628e5 Daily bump.
new 63758bead03 libstdc++: Improve Doxygen documentation groups [PR 101258]
new ea32f15d44e libstdc++: Improvements to Doxygen markup
new 2fbb6039c5f libstdc++: Change [cmp.alg] assertions to constraints
new 546cf317558 libstdc++: Implement LWG 3465 for std::compare_partial_orde [...]
new c5f17274aab libstdc++: Add more tests for filesystem::create_directory [...]
new bde28c60c70 libstdc++: Fix create_directories to resolve symlinks [PR101510]
The 6 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/doc/doxygen/doxygroups.cc | 4 +-
libstdc++-v3/doc/doxygen/user.cfg.in | 28 +--
libstdc++-v3/include/bits/fs_fwd.h | 34 +++-
libstdc++-v3/include/bits/fs_path.h | 20 +-
libstdc++-v3/include/bits/random.h | 6 +-
libstdc++-v3/include/bits/random.tcc | 6 +-
libstdc++-v3/include/bits/this_thread_sleep.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_fwd.h | 24 ++-
libstdc++-v3/include/experimental/bits/fs_path.h | 12 +-
libstdc++-v3/include/experimental/bits/simd.h | 12 ++
.../include/experimental/bits/simd_detail.h | 3 +
libstdc++-v3/include/experimental/simd | 17 ++
libstdc++-v3/include/experimental/type_traits | 37 +++-
libstdc++-v3/include/ext/throw_allocator.h | 2 +-
libstdc++-v3/include/std/chrono | 72 +++++--
libstdc++-v3/include/std/scoped_allocator | 8 +-
libstdc++-v3/include/std/system_error | 26 ++-
libstdc++-v3/include/std/type_traits | 225 +++++++++++++++------
libstdc++-v3/include/std/variant | 4 +
libstdc++-v3/libsupc++/compare | 51 ++---
libstdc++-v3/libsupc++/exception | 20 +-
libstdc++-v3/libsupc++/exception.h | 1 +
libstdc++-v3/src/c++17/fs_ops.cc | 5 +-
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../18_support/comparisons/algorithms/fallback.cc | 42 ++++
.../testsuite/26_numerics/random/pr60037-neg.cc | 2 +-
.../filesystem/operations/create_directories.cc | 23 +++
.../filesystem/operations/create_directory.cc | 31 +++
.../filesystem/operations/create_directories.cc | 23 +++
.../filesystem/operations/create_directory.cc | 32 +++
30 files changed, 602 insertions(+), 172 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/comparisons/algorithms/fallback.cc
--
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
in repository toolchain/ci/base-artifacts.
discards a834fbb8 0: update: binutils-gcc: 1
new 74d38198 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 (a834fbb8)
\
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 | 192 +-
02-prepare_abe/console.log | 441 +-
04-build_abe-bootstrap/console.log | 84066 +++++++++++++++++-----------------
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 16 +-
console.log | 84731 +++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
7 files changed, 84708 insertions(+), 84766 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_bmk_gnu_tk1
in repository toolchain/ci/interesting-commits.
from 6aa06a4 Add last-good c173cc8a666792a6e864b5beb1c4d6903169b5cd from h [...]
new 4152cba Add regression 3ee0cd9e55368d162aea19a42369f3ee2a1356f3 from [...]
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:
binutils | 1 +
1 file changed, 1 insertion(+)
--
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_gnu_tk1
in repository toolchain/ci/interesting-commits.
discards f69eb14 Add regression f31da42e047e8018ca6ad9809273bc7efb6ffcaf from [...]
discards 72f799c Add last-good c2a984a3570b908a44a35e43bb48f0a05196156a from h [...]
new 6aa06a4 Add last-good c173cc8a666792a6e864b5beb1c4d6903169b5cd from h [...]
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 (f69eb14)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tk1 (6aa06a4)
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:
binutils | 1 +
gcc | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
create mode 100644 binutils
delete mode 100644 gcc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.