This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards dd9bd3b50 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new d807cefaa 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (dd9bd3b50)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1556 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 43836 -> 43808 bytes
05-build_abe-stage1/console.log.xz | Bin 90028 -> 90732 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9080 -> 8956 bytes
08-build_abe-glibc/console.log.xz | Bin 229920 -> 230600 bytes
09-build_abe-stage2/console.log.xz | Bin 223564 -> 224392 bytes
10-build_abe-gdb/console.log.xz | Bin 43748 -> 43724 bytes
11-build_abe-qemu/console.log.xz | Bin 29980 -> 29492 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
13 files changed, 19 insertions(+), 19 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-11
in repository gcc.
from e22db028743 libstdc++: Add missing std::move to ranges::copy/move/rever [...]
new cec047eaeb3 libstdc++: Skip filesystem tests that depend on permissions [...]
new a1dc688940f libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048]
new f8e37478914 libstdc++: Fix 17_intro/names.cc failures on Solaris
new bf0c732dd53 libstdc++: Add warnings for some C++23 deprecations
new 496f7129460 libstdc++: Reduce output of 'make doc-pdf-doxygen'
new 4407f0d739c libstdc++: Allow lualatex to be used for Doxygen PDF
new 573c2ffd3ca libstdc++: Value-initialize objects held by EBO helpers [PR [...]
new 10c0df1048f libstdc++: fix is_default_constructible for hash containers [...]
new b7e73951fd1 libstdc++: Make Networking TS headers more portable [PR100285]
new 6d51766a558 libstdc++: Fix ip::tcp::resolver test failure on Solaris
The 10 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/configure | 84 +++++++++++++++++--
libstdc++-v3/configure.ac | 5 ++
libstdc++-v3/doc/Makefile.am | 33 ++++----
libstdc++-v3/doc/Makefile.in | 33 ++++----
libstdc++-v3/doc/doxygen/user.cfg.in | 2 +-
libstdc++-v3/include/bits/allocator.h | 12 ++-
libstdc++-v3/include/bits/hashtable.h | 15 +++-
libstdc++-v3/include/bits/hashtable_policy.h | 6 +-
libstdc++-v3/include/bits/iterator_concepts.h | 4 +-
libstdc++-v3/include/experimental/internet | 16 +++-
libstdc++-v3/include/experimental/socket | 22 ++++-
libstdc++-v3/include/ext/rope | 5 --
libstdc++-v3/include/std/memory_resource | 1 +
libstdc++-v3/scripts/run_doxygen | 75 ++++++++++-------
libstdc++-v3/testsuite/17_intro/names.cc | 6 ++
.../20_util/allocator/requirements/typedefs.cc | 26 +++++-
.../unordered_map/allocator/default_init.cc | 1 -
.../23_containers/unordered_map/cons/default.cc | 33 ++++++++
.../unordered_set/allocator/default_init.cc | 1 -
.../23_containers/unordered_set/cons/default.cc | 33 ++++++++
.../filesystem/iterators/directory_iterator.cc | 36 ++++----
.../iterators/recursive_directory_iterator.cc | 97 ++++++++++-----------
.../27_io/filesystem/operations/exists.cc | 6 +-
.../27_io/filesystem/operations/is_empty.cc | 6 +-
.../27_io/filesystem/operations/remove.cc | 21 +++--
.../27_io/filesystem/operations/remove_all.cc | 7 +-
.../27_io/filesystem/operations/status.cc | 6 +-
.../27_io/filesystem/operations/symlink_status.cc | 3 +
.../filesystem/operations/temp_directory_path.cc | 6 +-
.../filesystem/iterators/directory_iterator.cc | 32 +++----
.../iterators/recursive_directory_iterator.cc | 98 +++++++++++-----------
.../experimental/filesystem/operations/exists.cc | 6 +-
.../experimental/filesystem/operations/is_empty.cc | 6 +-
.../experimental/filesystem/operations/remove.cc | 21 +++--
.../filesystem/operations/remove_all.cc | 7 +-
.../filesystem/operations/temp_directory_path.cc | 3 +
.../experimental/net/internet/resolver/base.cc | 6 ++
.../net/internet/resolver/ops/lookup.cc | 20 ++++-
.../experimental/net/socket/basic_socket.cc | 6 +-
.../experimental/net/socket/socket_base.cc | 12 ++-
libstdc++-v3/testsuite/util/testsuite_fs.h | 18 +++-
41 files changed, 550 insertions(+), 286 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/default.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/default.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_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 3c5931a13 6: update: llvm-acafde09a3fa9560148605f35f9c3d3f1444bc15: 1
new 311346952 6: update: binutils-gcc-linux-glibc-llvm: 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 (3c5931a13)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master [...]
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 1632 -> 1880 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 44648 -> 46108 bytes
04-build_abe-stage1/console.log.xz | Bin 73308 -> 73568 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 10584 -> 8924 bytes
07-build_abe-glibc/console.log.xz | Bin 233212 -> 237832 bytes
08-build_abe-stage2/console.log.xz | Bin 170064 -> 174960 bytes
09-build_llvm-true/console.log.xz | Bin 59752 -> 59756 bytes
11-benchmark/benchmark-start.log | 2 +-
11-benchmark/benchmark.log | 105 +-
11-benchmark/console.log.xz | Bin 2348 -> 3192 bytes
12-check_regression/console.log.xz | Bin 3000 -> 2976 bytes
12-check_regression/results-0.csv | 107 +-
12-check_regression/results-1.csv | 109 +-
12-check_regression/results-brief.csv | 38 +-
12-check_regression/results-compare.csv | 30 +-
12-check_regression/results-full.csv | 111 +-
12-check_regression/results.csv | 48 +-
12-check_regression/results.log | 3152 ++++++++--------
13-update_baseline/console.log | 3868 ++++++++++++--------
13-update_baseline/exe.regressions | 4 +-
13-update_baseline/jira-body.txt | 4 +-
13-update_baseline/mail-body.txt | 4 +-
13-update_baseline/results-1.csv | 109 +-
13-update_baseline/results-brief.csv | 38 +-
13-update_baseline/results-full.csv | 109 +-
13-update_baseline/results.csv | 48 +-
13-update_baseline/results.log | 2178 +++++------
13-update_baseline/results.regressions | 4 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 397124 -> 396908 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 44004 -> 44020 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 1192428 -> 1188996 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 22264 -> 22272 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 57104 -> 57480 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 45684 -> 46128 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 610352 -> 612432 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 911584 -> 872720 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 199332 -> 199660 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 449756 -> 452584 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 121620 -> 121848 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 51740 -> 51700 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 23516 -> 23424 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 173768 -> 173932 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 15792 -> 15804 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 333084 -> 329924 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 42976 -> 42900 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 93540 -> 93460 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 3234328 -> 3106856 bytes
jenkins/manifest.sh | 22 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 397124 -> 396908 bytes
save-temps/401.bzip2.tar.xz | Bin 44004 -> 44020 bytes
save-temps/403.gcc.tar.xz | Bin 1192428 -> 1188996 bytes
save-temps/429.mcf.tar.xz | Bin 22264 -> 22272 bytes
save-temps/433.milc.tar.xz | Bin 57104 -> 57480 bytes
save-temps/444.namd.tar.xz | Bin 45684 -> 46128 bytes
save-temps/445.gobmk.tar.xz | Bin 610352 -> 612432 bytes
save-temps/447.dealII.tar.xz | Bin 911584 -> 872720 bytes
save-temps/450.soplex.tar.xz | Bin 199332 -> 199660 bytes
save-temps/453.povray.tar.xz | Bin 449756 -> 452584 bytes
save-temps/456.hmmer.tar.xz | Bin 121620 -> 121848 bytes
save-temps/458.sjeng.tar.xz | Bin 51740 -> 51700 bytes
save-temps/462.libquantum.tar.xz | Bin 23516 -> 23424 bytes
save-temps/464.h264ref.tar.xz | Bin 173768 -> 173932 bytes
save-temps/470.lbm.tar.xz | Bin 15792 -> 15804 bytes
save-temps/471.omnetpp.tar.xz | Bin 333084 -> 329924 bytes
save-temps/473.astar.tar.xz | Bin 42976 -> 42900 bytes
save-temps/482.sphinx3.tar.xz | Bin 93540 -> 93460 bytes
save-temps/483.xalancbmk.tar.xz | Bin 3234328 -> 3106856 bytes
71 files changed, 5525 insertions(+), 4569 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.