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-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from f3b29db2a2c onsuccess: #35: 33: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 37b404f4817 onsuccess: #36: 33: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 2224 -> 2228 bytes
02-prepare_abe/console.log.xz | Bin 2588 -> 2608 bytes
03-build_abe-binutils/console.log.xz | Bin 27360 -> 27876 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17756 -> 17696 bytes
04-build_abe-stage1/console.log.xz | Bin 91304 -> 92812 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 71184 -> 71020 bytes
05-build_abe-qemu/console.log.xz | Bin 33576 -> 34044 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22212 -> 22464 bytes
06-build_linux/console.log.xz | Bin 4832 -> 4924 bytes
08-check_regression/console.log.xz | Bin 1404 -> 1416 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 11 +-
jenkins/run-build.env | 12 +-
manifest.sh | 12 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 52 +++---
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 270 ++++++++++++++---------------
notify/notify-init.log | 86 ++++-----
23 files changed, 230 insertions(+), 227 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 gcc.
from db189d02ef1 bpf: add v3 atomic instructions
new 51b997ea1d0 c++: member vs global template [PR106310]
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/cp/parser.cc | 20 +++++++++++++-------
gcc/testsuite/g++.dg/template/template-keyword4.C | 18 ++++++++++++++++++
2 files changed, 31 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/template-keyword4.C
--
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 7931a1de9ec libstdc++: Avoid bogus overflow warnings in std::vector<boo [...]
new db189d02ef1 bpf: add v3 atomic instructions
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/bpf/atomic.md | 185 +++++++++++++++++++++++
gcc/config/bpf/bpf.cc | 3 +
gcc/config/bpf/bpf.h | 6 +-
gcc/config/bpf/bpf.md | 29 ++--
gcc/config/bpf/bpf.opt | 4 +
gcc/config/bpf/constraints.md | 3 +
gcc/doc/invoke.texi | 8 +-
gcc/testsuite/gcc.target/bpf/atomic-cmpxchg-1.c | 19 +++
gcc/testsuite/gcc.target/bpf/atomic-cmpxchg-2.c | 19 +++
gcc/testsuite/gcc.target/bpf/atomic-fetch-op-1.c | 50 ++++++
gcc/testsuite/gcc.target/bpf/atomic-fetch-op-2.c | 50 ++++++
gcc/testsuite/gcc.target/bpf/atomic-fetch-op-3.c | 49 ++++++
gcc/testsuite/gcc.target/bpf/atomic-op-1.c | 49 ++++++
gcc/testsuite/gcc.target/bpf/atomic-op-2.c | 49 ++++++
gcc/testsuite/gcc.target/bpf/atomic-op-3.c | 49 ++++++
gcc/testsuite/gcc.target/bpf/atomic-xchg-1.c | 20 +++
gcc/testsuite/gcc.target/bpf/atomic-xchg-2.c | 20 +++
17 files changed, 593 insertions(+), 19 deletions(-)
create mode 100644 gcc/config/bpf/atomic.md
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-cmpxchg-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-cmpxchg-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-fetch-op-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-fetch-op-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-fetch-op-3.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-op-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-op-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-op-3.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-xchg-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/atomic-xchg-2.c
--
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 d74aed3d7ae [committed] Add check_vect in a testcase
new c01b344e814 libstdc++: Add deprecated attribute to std::random_shuffle [...]
new 7931a1de9ec libstdc++: Avoid bogus overflow warnings in std::vector<boo [...]
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/bits/algorithmfwd.h | 2 ++
libstdc++-v3/include/bits/stl_algo.h | 6 +++---
libstdc++-v3/include/bits/stl_bvector.h | 3 ++-
libstdc++-v3/include/bits/vector.tcc | 5 +++--
.../testsuite/23_containers/vector/bool/110807.cc | 14 ++++++++++++++
.../testsuite/25_algorithms/random_shuffle/1.cc | 1 +
.../testsuite/25_algorithms/random_shuffle/59603.cc | 1 +
.../25_algorithms/random_shuffle/deprecated.cc | 19 +++++++++++++++++++
.../25_algorithms/random_shuffle/moveable.cc | 1 +
9 files changed, 46 insertions(+), 6 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/110807.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/random_shuffle/deprecated.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.