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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards c811eba3 0: update: binutils-gcc-linux: boot
new 50dcb61e 0: update: binutils-gcc-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 (c811eba3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11976 +++++++-------
04-build_abe-stage1/console.log | 15802 +++++++++---------
05-build_linux/console.log | 2868 ++--
06-boot_linux/console.log | 400 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 16 +-
console.log | 31730 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 31774 insertions(+), 31698 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4e22d92a 0: update: llvm-linux: all
new a0c59373 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 (4e22d92a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 12667 ++++++++++++++--------------
03-build_linux/console.log | 3998 ++++-----
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 29 +
console.log | 16864 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 16903 insertions(+), 16839 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 44f77a6dea2 This patch is for PR target/91816
new 3539fc13172 c++: Fix cast to pointer to VLA.
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/ChangeLog | 6 +++++
gcc/cp/cp-gimplify.c | 31 ++++++++++++++++++++++
.../compile => c-c++-common}/pr84305.c | 2 ++
3 files changed, 39 insertions(+)
rename gcc/testsuite/{gcc.c-torture/compile => c-c++-common}/pr84305.c (78%)
--
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-allnoconfig
in repository toolchain/ci/llvm-project.
from f85d63a5583 Fix wrong devirtualization when the final overrider in one [...]
new e11d70cfe7e Make quick-append.test resilient to running in paths with ' [...]
new 72e9e378c54 [Sema] Remove a -Wrange warning from -Wall
new dd50560c38d MSVC Buggy version detection: turn pre-processor error into [...]
new cbd4815dec1 [AArch64] -fpatchable-function-entry=N,0: place patch label [...]
new 674ec1eb166 [libcxxabi] Insert padding in __cxa_exception struct for co [...]
new 2b54b8b994b [Concepts] Instantiate invented template type parameter typ [...]
The 6 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:
clang/include/clang/Basic/DiagnosticGroups.td | 8 +-
clang/include/clang/Basic/DiagnosticSemaKinds.td | 6 +-
clang/lib/Sema/SemaTemplateInstantiate.cpp | 124 +++++++++++++++++++++
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 46 ++++----
clang/test/Misc/warning-wall.c | 5 +-
clang/test/SemaCXX/warn-range-loop-analysis.cpp | 2 +-
.../instantiate-abbreviated-template.cpp | 29 +++++
libcxxabi/src/cxa_exception.h | 45 ++++++++
llvm/cmake/modules/CheckCompilerVersion.cmake | 14 +++
llvm/include/llvm/CodeGen/AsmPrinter.h | 3 +-
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 +-
llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp | 20 ++++
.../AArch64/patchable-function-entry-bti.ll | 45 +++++++-
llvm/test/tools/llvm-ar/quick-append.test | 18 +--
14 files changed, 331 insertions(+), 42 deletions(-)
create mode 100644 clang/test/SemaTemplate/instantiate-abbreviated-template.cpp
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards db7215b5 0: update: llvm-linux: boot
new 0b307bbd 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 (db7215b5)
\
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 | 60 +-
02-build_llvm/console.log | 12580 +++++++++++++++++------------------
03-build_linux/console.log | 762 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13437 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13450 insertions(+), 13417 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.