This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 24551c86421 Daily bump.
new d4fdb293004 libstdc++: Clear RB tree after moving elements [PR103501]
new 884424353e3 libstdc++: Backport tests for associative container move co [...]
new 92d5f0c71ea libstdc++: Reset filesystem::recursive_directory_iterator on error
new 401fbbbda29 libstdc++: Do not use dirent::d_type unconditionally
new 6b59f8acada libstdc++: Fix test that fails on Solaris [PR104731]
new 7137ae4051a libstdc++: Rename __null_terminated to avoid collision with [...]
new 67bd68bb091 libstdc++: Use type_identity_t for non-deducible std::atomi [...]
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/include/bits/stl_tree.h | 3 +
libstdc++-v3/include/experimental/bits/fs_path.h | 12 +-
libstdc++-v3/include/std/atomic | 5 +-
libstdc++-v3/src/c++17/fs_dir.cc | 12 +-
libstdc++-v3/src/filesystem/dir.cc | 12 +-
.../move.cc => map/allocator/move_cons.cc} | 36 +++--
.../move.cc => multimap/allocator/move_cons.cc} | 36 +++--
.../23_containers/multiset/allocator/103501.cc | 32 +++++
.../move.cc => multiset/allocator/move_cons.cc} | 36 +++--
.../23_containers/set/allocator/103501.cc | 32 +++++
.../move.cc => set/allocator/move_cons.cc} | 36 +++--
.../27_io/filesystem/iterators/error_reporting.cc | 148 +++++++++++++++++++++
.../testsuite/29_atomics/atomic/lwg3220.cc | 13 ++
.../filesystem/iterators/error_reporting.cc | 140 +++++++++++++++++++
14 files changed, 461 insertions(+), 92 deletions(-)
copy libstdc++-v3/testsuite/23_containers/{list/allocator/move.cc => map/allocator [...]
copy libstdc++-v3/testsuite/23_containers/{list/allocator/move.cc => multimap/allo [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/allocator/103501.cc
copy libstdc++-v3/testsuite/23_containers/{list/allocator/move.cc => multiset/allo [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/set/allocator/103501.cc
copy libstdc++-v3/testsuite/23_containers/{list/allocator/move.cc => set/allocator [...]
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/error_reporting.cc
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic/lwg3220.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/error_ [...]
--
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/binutils-gdb.
from 949c11728c Automatic date update in version.in
adds d2823f8c27 Automatic date update in version.in
adds ebd859d2cc Automatic date update in version.in
adds 614000f9d7 Automatic date update in version.in
adds a4577d4f18 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 649a79304 0: update: binutils-gcc-linux-qemu: all
new 11f1040ad 0: update: binutils-gcc-linux-qemu: 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 (649a79304)
\
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.xz | Bin 1584 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 30136 -> 30008 bytes
04-build_abe-stage1/console.log.xz | Bin 85752 -> 86488 bytes
05-build_abe-qemu/console.log.xz | Bin 32804 -> 32136 bytes
06-build_linux/console.log.xz | Bin 3620 -> 4792 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 files changed, 16 insertions(+), 16 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 master
in repository binutils-gdb.
from f1e14eee666 [gdb/build] Fix build for gcc < 11
new 5fb28d2607a x86: drop print_operand_value()'s "hex" parameter
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:
opcodes/i386-dis.c | 71 ++++++++++++------------------------------------------
1 file changed, 16 insertions(+), 55 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 949c11728c Automatic date update in version.in
adds d2823f8c27 Automatic date update in version.in
adds ebd859d2cc Automatic date update in version.in
adds 614000f9d7 Automatic date update in version.in
adds a4577d4f18 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 29511b6a6 0: update: binutils-llvm-linux-qemu: boot
new 549dfa538 0: update: binutils-llvm-linux-qemu: 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 (29511b6a6)
\
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.xz | Bin 1564 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 30384 -> 30404 bytes
04-build_kernel_llvm/console.log.xz | Bin 63024 -> 62916 bytes
05-build_abe-qemu/console.log.xz | Bin 32744 -> 32928 bytes
06-build_linux/console.log.xz | Bin 3684 -> 3428 bytes
07-boot_linux/console.log.xz | Bin 508 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 16 ++++++++--------
10 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.