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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4e4b48a34 0: update: binutils-gcc-linux-qemu: all
new 890c52e85 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 (4e4b48a34)
\
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 1576 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 42056 -> 42684 bytes
04-build_abe-stage1/console.log.xz | Bin 85220 -> 86528 bytes
05-build_abe-qemu/console.log.xz | Bin 30228 -> 30360 bytes
06-build_linux/console.log.xz | Bin 3412 -> 3508 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 | 12 ++++++------
jenkins/manifest.sh | 18 +++++++++---------
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 release/2.28/master
in repository glibc.
from 83d6f50313 Fix SXID_ERASE behavior in setuid programs (BZ #27471)
new 65df4053a4 x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
new 43c27a754b NEWS: Add a bug fix entry for BZ #28755
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:
NEWS | 1 +
sysdeps/x86_64/multiarch/strcmp-avx2.S | 10 ++++++++++
2 files changed, 11 insertions(+)
--
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_gcc_bootstrap/release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards b13fbe3ee 0: update: binutils-gcc: 2
new 6dc54d8b5 0: update: binutils-gcc: 2
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 (b13fbe3ee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1500 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 50172 -> 50400 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 247356 -> 247028 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 10 +++++-----
7 files changed, 6 insertions(+), 6 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 14f339894db libstdc++: fix typo in acinclude.m4.
new ce6054a22ae c++: constrained partial spec using qualified name [PR92944 [...]
new dec8d0e5fa0 c++: non-dependent immediate member fn call [PR99895]
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/cp/call.cc | 38 ++++++++--------------
gcc/cp/parser.cc | 18 ++++------
gcc/cp/pt.cc | 6 ++--
gcc/cp/tree.cc | 5 +--
.../g++.dg/cpp2a/concepts-partial-spec10.C | 17 ++++++++++
.../g++.dg/cpp2a/concepts-partial-spec11.C | 19 +++++++++++
gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C | 27 +++++++++++++++
gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C | 34 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/consteval28.C | 10 ++++++
gcc/tree.cc | 2 +-
gcc/tree.h | 2 +-
11 files changed, 137 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec10.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec11.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-memfn2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval28.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig
in repository toolchain/ci/qemu.
from aeb0ae95b7 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...]
adds 449e8171f9 virtiofsd: Drop membership of all supplementary groups (CVE- [...]
adds 48302d4eb6 Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/p [...]
No new revisions were added by this update.
Summary of changes:
tools/virtiofsd/passthrough_ll.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
--
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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 1b1b3f525 2: update: binutils-llvm-linux-qemu: 37
new 9eecbe089 2: update: binutils-llvm-linux-qemu: 37
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 (1b1b3f525)
\
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 1560 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 42756 -> 43048 bytes
04-build_llvm/console.log.xz | Bin 57580 -> 57844 bytes
05-build_abe-qemu/console.log.xz | Bin 30572 -> 30588 bytes
06-build_linux/console.log.xz | Bin 4084 -> 4100 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 217 ++++++++++++++++++-----------------
jenkins/manifest.sh | 14 +--
9 files changed, 116 insertions(+), 115 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.