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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6535bed8 0: update: gcc-b006d66f56ab19b000e69d5c515133831fee8688: all
new adb39068 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 (6535bed8)
\
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 | 165 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11272 ++++++------
04-build_abe-stage1/console.log | 15573 ++++++++---------
05-build_linux/console.log | 6131 +++----
06-boot_linux/console.log | 6 +-
console.log | 33585 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 34094 insertions(+), 33094 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 175a348ce63 Relocate std::endian from <type_traits> to <bit>
new 13a3d0959c8 Daily bump.
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/DATESTAMP | 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 gcc-9-branch
in repository gcc.
from 517b211a3d7 2019-07-25 Richard Biener <rguenther(a)suse.de>
new 921baa58ff0 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from a4f1b58eb48 2019-07-25 Richard Biener <rguenther(a)suse.de>
new e3fe7e10023 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 740d8b3baee 2019-07-25 Richard Biener <rguenther(a)suse.de>
new bb057371902 Daily bump.
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/DATESTAMP | 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 llvm.
from 47fb5c07045 [InstCombine] add tests for lerp patterns (PR42716); NFC
new 74dc6e4595e [AArch64][GlobalISel] Simplify zext/sext selection, use Mac [...]
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:
lib/Target/AArch64/AArch64InstructionSelector.cpp | 60 +++++++++++------------
1 file changed, 28 insertions(+), 32 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 clang.
from ec4812e3dd [Sema] add -Walloca to flag uses of `alloca`
new a462e8c8e0 Revert "[Sema] Diagnose default-initialization, destruction, [...]
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:
include/clang/AST/Decl.h | 24 ---
include/clang/AST/DeclBase.h | 9 +-
include/clang/AST/Type.h | 45 +---
include/clang/Basic/DiagnosticSemaKinds.td | 19 +-
include/clang/Sema/Sema.h | 42 ----
lib/AST/Decl.cpp | 3 -
lib/AST/Type.cpp | 60 +++++-
lib/Sema/Sema.cpp | 18 +-
lib/Sema/SemaDecl.cpp | 330 +++--------------------------
lib/Sema/SemaExpr.cpp | 33 +--
lib/Sema/SemaType.cpp | 5 -
lib/Serialization/ASTReaderDecl.cpp | 3 -
lib/Serialization/ASTWriterDecl.cpp | 9 -
test/CodeGenObjC/Inputs/strong_in_union.h | 10 +
test/CodeGenObjC/strong-in-c-struct.m | 15 +-
test/PCH/non-trivial-c-union.m | 24 ---
test/SemaObjC/arc-decls.m | 6 +-
test/SemaObjC/non-trivial-c-union.m | 82 -------
18 files changed, 122 insertions(+), 615 deletions(-)
create mode 100644 test/CodeGenObjC/Inputs/strong_in_union.h
delete mode 100644 test/PCH/non-trivial-c-union.m
delete mode 100644 test/SemaObjC/non-trivial-c-union.m
--
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 f32feb4ab3 Fix comment about the signature of add_separate_debug_file
new db2307377f Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.