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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards e258b45 0: update: binutils-gcc-linux-qemu: all
new e5aacdb 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 (e258b45)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 182 +-
02-prepare_abe/console.log | 258 +-
03-build_abe-binutils/console.log | 10877 ++++-----
04-build_abe-stage1/console.log | 18502 ++++++++-------
05-build_linux/console.log | 548 +-
06-build_abe-qemu/console.log | 6595 +++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 36994 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
13 files changed, 36994 insertions(+), 37014 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 8bd3b0c11cb rs6000: Fix cpu selection w/ isel (PR100108)
new 246abba01f3 libstdc++: Refactor/cleanup of C++20 atomic wait implementation
new 27350b77a92 libstdc++: Disable tests that fail after atomic wait/notify [...]
The 2 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/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/atomic_base.h | 39 +-
libstdc++-v3/include/bits/atomic_timed_wait.h | 465 ++++++++++++++-------
libstdc++-v3/include/bits/atomic_wait.h | 457 +++++++++++++-------
libstdc++-v3/include/bits/semaphore_base.h | 191 ++++-----
libstdc++-v3/include/bits/this_thread_sleep.h | 119 ++++++
libstdc++-v3/include/std/atomic | 15 +-
libstdc++-v3/include/std/barrier | 13 +-
libstdc++-v3/include/std/latch | 8 +-
libstdc++-v3/include/std/semaphore | 9 +-
libstdc++-v3/include/std/thread | 68 +--
.../29_atomics/atomic/wait_notify/bool.cc | 37 +-
.../29_atomics/atomic/wait_notify/generic.cc | 19 +-
.../29_atomics/atomic/wait_notify/pointers.cc | 36 +-
.../29_atomics/atomic_flag/wait_notify/1.cc | 37 +-
.../29_atomics/atomic_float/wait_notify.cc | 26 +-
.../29_atomics/atomic_integral/wait_notify.cc | 73 ++--
.../testsuite/29_atomics/atomic_ref/wait_notify.cc | 74 +---
.../30_threads/semaphore/try_acquire_for.cc | 2 +
.../30_threads/semaphore/try_acquire_until.cc | 2 +
.../30_threads/stop_token/stop_callback/destroy.cc | 2 +
22 files changed, 984 insertions(+), 710 deletions(-)
create mode 100644 libstdc++-v3/include/bits/this_thread_sleep.h
--
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 6156df483fa rs6000: Fix cpu selection w/ isel (PR100108)
new b52aef3a8cb libstdc++: Refactor/cleanup of C++20 atomic wait implementation
new 54995d98cc7 libstdc++: Disable tests that fail after atomic wait/notify [...]
The 2 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/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/atomic_base.h | 39 +-
libstdc++-v3/include/bits/atomic_timed_wait.h | 465 ++++++++++++++-------
libstdc++-v3/include/bits/atomic_wait.h | 457 +++++++++++++-------
libstdc++-v3/include/bits/semaphore_base.h | 191 ++++-----
libstdc++-v3/include/bits/this_thread_sleep.h | 119 ++++++
libstdc++-v3/include/std/atomic | 15 +-
libstdc++-v3/include/std/barrier | 13 +-
libstdc++-v3/include/std/latch | 8 +-
libstdc++-v3/include/std/semaphore | 9 +-
libstdc++-v3/include/std/thread | 68 +--
.../29_atomics/atomic/wait_notify/bool.cc | 37 +-
.../29_atomics/atomic/wait_notify/generic.cc | 19 +-
.../29_atomics/atomic/wait_notify/pointers.cc | 36 +-
.../29_atomics/atomic_flag/wait_notify/1.cc | 37 +-
.../29_atomics/atomic_float/wait_notify.cc | 26 +-
.../29_atomics/atomic_integral/wait_notify.cc | 73 ++--
.../testsuite/29_atomics/atomic_ref/wait_notify.cc | 74 +---
.../30_threads/semaphore/try_acquire_for.cc | 2 +
.../30_threads/semaphore/try_acquire_until.cc | 2 +
.../30_threads/stop_token/stop_callback/destroy.cc | 2 +
22 files changed, 984 insertions(+), 710 deletions(-)
create mode 100644 libstdc++-v3/include/bits/this_thread_sleep.h
--
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 eecefcb78c3 libstdc++: Implement P2259R1 changes [PR95983]
new 432a5b8744b It seems we bumped LTO_major_version last time 2 years ago.
new 8bd3b0c11cb rs6000: Fix cpu selection w/ isel (PR100108)
The 2 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:
gcc/config/rs6000/rs6000.c | 2 +-
gcc/lto-streamer.h | 2 +-
2 files changed, 2 insertions(+), 2 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 d549b029d6d sim: rl78/rx: drop unnecessary getopt.h probing
new c5df7e442e6 Rework the R_NEG support on both gas and ld for the PowerPC [...]
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:
bfd/ChangeLog | 18 ++++
bfd/bfd-in2.h | 1 +
bfd/coff-rs6000.c | 4 +-
bfd/coff64-rs6000.c | 21 ++++-
bfd/libbfd.h | 1 +
bfd/reloc.c | 2 +
bfd/xcofflink.c | 14 ++-
gas/ChangeLog | 14 +++
gas/config/tc-ppc.c | 102 +++++++++++++++------
gas/config/tc-ppc.h | 19 +++-
ld/ChangeLog | 9 ++
ld/testsuite/ld-powerpc/aix-neg-reloc-32.d | 23 +++++
ld/testsuite/ld-powerpc/aix-neg-reloc-64.d | 23 +++++
.../{aix-abs-branch-1.ex => aix-neg-reloc.ex} | 0
ld/testsuite/ld-powerpc/aix-neg-reloc.s | 30 ++++++
ld/testsuite/ld-powerpc/aix52.exp | 6 ++
16 files changed, 254 insertions(+), 33 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc-32.d
create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc-64.d
copy ld/testsuite/ld-powerpc/{aix-abs-branch-1.ex => aix-neg-reloc.ex} (100%)
create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc.s
--
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 902b40c797a libstdc++: Implement P2259R1 changes [PR95983]
new 6156df483fa rs6000: Fix cpu selection w/ isel (PR100108)
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:
gcc/config/rs6000/rs6000.c | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from aee4e85e27f MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer
new d549b029d6d sim: rl78/rx: drop unnecessary getopt.h probing
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:
sim/rl78/ChangeLog | 6 ++++++
sim/rl78/config.in | 3 ---
sim/rl78/configure | 9 ++-------
sim/rl78/configure.ac | 2 --
sim/rl78/main.c | 2 --
sim/rx/ChangeLog | 6 ++++++
sim/rx/config.in | 3 ---
sim/rx/configure | 9 ++-------
sim/rx/configure.ac | 2 --
sim/rx/main.c | 2 --
10 files changed, 16 insertions(+), 28 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 73ac2cfc69f libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]
new eecefcb78c3 libstdc++: Implement P2259R1 changes [PR95983]
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:
libstdc++-v3/include/bits/stl_iterator.h | 128 +++++++--
libstdc++-v3/include/std/ranges | 299 +++++++++++++++------
.../headers/iterator/synopsis_c++20.cc | 1 +
libstdc++-v3/testsuite/std/ranges/p2259.cc | 91 +++++++
4 files changed, 412 insertions(+), 107 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/p2259.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.