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/gcc.
from a81912b0740 Daily bump.
adds 31b204ace29 libstdc++: Add default constructor to net::service_already_ [...]
adds 9a532a94e35 Daily bump.
adds 62960ccdefe [testsuite] Fix PR94023 to guard case under vect_hw_misalign
adds 05409a1edd8 [testsuite] Fix PR94019 to check vector char when vect_hw_misalign
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 18 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/slp-perm-12.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-over-widen-17.c | 5 ++++-
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/include/experimental/executor | 9 ++++++++-
.../1.cc => net/execution_context/make_service.cc} | 23 +++++++++++++---------
7 files changed, 57 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/experimental/{optional/constexpr/observers/1.cc => net [...]
--
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 ab97beac6 0: update: binutils-gcc-linux: all
new 11af9317d 0: update: binutils-gcc-linux: 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 (ab97beac6)
\
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 | 137 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11305 ++++++-------
04-build_abe-stage1/console.log | 18169 ++++++++++-----------
05-build_linux/console.log | 418 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
08-update_baseline/console.log | 12 +-
console.log | 30491 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 2 +-
11 files changed, 30535 insertions(+), 30457 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-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 87cd481d0 0: update: llvm-linux: all
new 9622f5a2f 0: update: llvm-linux: 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 (87cd481d0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 162 +-
02-build_llvm/console.log | 12711 ++++++++++++++++++-----------------
03-build_linux/console.log | 818 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 22 +-
06-update_baseline/console.log | 8 +-
console.log | 13723 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 1 +
9 files changed, 13713 insertions(+), 13742 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 6df4618cac9 [ARM][GCC][3/1x]: MVE intrinsics with unary operand.
new a475f153431 [ARM][GCC][4/1x]: MVE intrinsics with unary operand.
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/ChangeLog | 24 +++++++++++++
gcc/config/arm/arm-builtins.c | 1 +
gcc/config/arm/arm_mve.h | 40 ++++++++++++++++++++++
gcc/config/arm/arm_mve_builtins.def | 5 +++
gcc/config/arm/mve.md | 34 +++++++++++++++++-
gcc/testsuite/ChangeLog | 10 ++++++
.../mve/intrinsics/{vdupq_n_u32.c => vctp16q.c} | 14 ++++++--
.../mve/intrinsics/{vdupq_n_u32.c => vctp32q.c} | 14 ++++++--
.../mve/intrinsics/{vdupq_n_u32.c => vctp64q.c} | 14 ++++++--
.../arm/mve/intrinsics/{vdupq_n_u32.c => vctp8q.c} | 14 ++++++--
.../gcc.target/arm/mve/intrinsics/vpnot.c | 22 ++++++++++++
11 files changed, 179 insertions(+), 13 deletions(-)
copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vdupq_n_u32.c => vctp16q.c} (51%)
copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vdupq_n_u32.c => vctp32q.c} (51%)
copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vdupq_n_u32.c => vctp64q.c} (51%)
copy gcc/testsuite/gcc.target/arm/mve/intrinsics/{vdupq_n_u32.c => vctp8q.c} (51%)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/intrinsics/vpnot.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-next-defconfig
in repository toolchain/ci/llvm-project.
from 39930d67fff Add new website to release notes.
adds 9e0bd5ec03c [Concepts] Fix incorrect DeclContext for transformed Requir [...]
adds 135744ce689 [Concepts] Fix incorrect control flow when TryAnnotateTypeC [...]
No new revisions were added by this update.
Summary of changes:
clang/include/clang/Sema/Sema.h | 6 ++++--
clang/lib/Parse/ParseDecl.cpp | 6 ++++++
clang/lib/Parse/ParseTemplate.cpp | 3 ++-
clang/lib/Sema/SemaTemplate.cpp | 13 ++++++++-----
clang/lib/Sema/TreeTransform.h | 2 +-
clang/test/SemaCXX/invalid-member-expr.cpp | 1 +
clang/test/SemaCXX/typo-correction.cpp | 5 +++--
clang/test/SemaTemplate/instantiate-requires-expr.cpp | 13 +++++++++++++
clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp | 1 +
9 files changed, 39 insertions(+), 11 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards a71248d04 0: update: llvm-linux: boot
new 4e4982fc7 0: update: llvm-linux: 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 (a71248d04)
\
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 | 57 +-
02-build_llvm/console.log | 12598 +++++++++++++++++-----------------
03-build_linux/console.log | 848 ++-
04-boot_linux/console.log | 458 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13973 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13967 insertions(+), 13993 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.