This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 3c5b68ef tcwg_bmk-build.sh: exe.regression first created in xx-check_r [...]
new 231bfe52 round-robin.sh (build_abe): Use ABE to construct lists of fla [...]
new 5a4ef365 round-robin.sh (update_baseline): Fix corner-case
new 879ec0be jenkins-helpers.sh: Remove unused code
new 1116dff9 jenkins-helpers.sh: New helper get_git_history()
new 343887f3 tcwg_{aosp,bmk}-build.sh: Use get_git_history() to fetch "fir [...]
The 5 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:
jenkins-helpers.sh | 137 +++++++++++++++++++++++++++-----------------------
round-robin-bisect.sh | 35 -------------
round-robin-notify.sh | 2 +-
round-robin.sh | 72 +++++++++++++++++++++-----
tcwg_aosp-build.sh | 20 ++++----
tcwg_bmk-build.sh | 53 ++++++++++---------
tcwg_gnu-build.sh | 14 +++---
7 files changed, 182 insertions(+), 151 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-allmodconfig
in repository toolchain/ci/base-artifacts.
from 2171aa94e1 61: onsuccess: #17: 24114: [TCWG CI] https://ci.linaro.org/j [...]
new 9ac87e27a7 62: onsuccess: #18: : [TCWG CI] https://ci.linaro.org/job/tc [...]
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 1996 -> 2024 bytes
02-prepare_abe/console.log.xz | Bin 2540 -> 2556 bytes
03-build_abe-binutils/console.log.xz | Bin 27412 -> 27680 bytes
04-build_abe-stage1/console.log.xz | Bin 71484 -> 71504 bytes
05-build_abe-qemu/console.log.xz | Bin 31528 -> 31384 bytes
06-build_linux/console.log.xz | Bin 7752 -> 7520 bytes
08-check_regression/console.log.xz | Bin 608 -> 1040 bytes
08-check_regression/results.regressions | 12 ++++++++++++
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 18 ++++++++----------
results | 14 +++++++++++++-
12 files changed, 35 insertions(+), 13 deletions(-)
create mode 100644 08-check_regression/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.
unknown user pushed a change to branch master
in repository gcc.
from a87d95def0d vect-simd-clone testcase adjustments
new 7639bf34fa1 libstdc++: Implement ranges::fold_* from P2322R6
new 2ab0d83e888 libstdc++: Move down definitions of ranges::cbegin/cend/cetc
new 0d94c6df183 libstdc++: Implement P2278R4 "cbegin should always return a [...]
The 3 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/ranges_algo.h | 251 ++++++++++++++
libstdc++-v3/include/bits/ranges_base.h | 273 ++++++++++-----
libstdc++-v3/include/bits/ranges_util.h | 22 +-
libstdc++-v3/include/bits/stl_iterator.h | 367 +++++++++++++++++++++
libstdc++-v3/include/std/ranges | 106 ++++++
libstdc++-v3/include/std/span | 22 ++
libstdc++-v3/include/std/version | 2 +
.../testsuite/24_iterators/const_iterator/1.cc | 140 ++++++++
.../testsuite/25_algorithms/fold_left/1.cc | 73 ++++
.../testsuite/25_algorithms/fold_right/1.cc | 45 +++
.../testsuite/std/ranges/adaptors/as_const/1.cc | 64 ++++
libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 9 +-
libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 4 +
13 files changed, 1288 insertions(+), 90 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/const_iterator/1.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fold_left/1.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fold_right/1.cc
create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/as_const/1.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.