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-defconfig
in repository toolchain/ci/base-artifacts.
discards 864ec28d 0: update: binutils-gcc-linux: boot
new 0264e812 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 (864ec28d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 18 +-
02-prepare_abe/console.log | 370 +-
03-build_abe-binutils/console.log | 11402 ++++++-------
04-build_abe-stage1/console.log | 19320 ++++++++++-----------
05-build_linux/console.log | 1062 +-
06-boot_linux/console.log | 470 +-
console.log | 32642 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 32544 insertions(+), 32752 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 c8485b76ce2 2019-10-08 Dmitrij Pochepko <dmitrij.pochepko(a)bell-sw.com>
new 2aeac58039a PR c++/92001 - missing -Wclass-memaccess with array as firs [...]
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 | 5 +++++
gcc/cp/call.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/Wclass-memaccess-5.C | 18 ++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/Wclass-memaccess-5.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-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3b75696f 0: update: llvm-linux: 18099
new 49ffc13c 0: update: llvm-d0d52edae92f5705450862561cecfc949d762481: 18099
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 (3b75696f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 130 +-
02-build_llvm/console.log | 12206 ++++++++++++++++++------------------
03-build_linux/console.log | 817 +--
console.log | 13153 +++++++++++++++++++--------------------
jenkins/manifest.sh | 11 +-
5 files changed, 13011 insertions(+), 13306 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 llvm.
from f17b0c49ca6 DebugInfo: Move LLE enum handling to .def to match RLE handling
new eaa022e2850 [dsymutil] Improve verbose output (NFC)
new 98dec20e19c [IA] Add tests for a few other edge cases
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:
test/MC/AsmParser/directive_ascii.s | 4 +++
test/tools/dsymutil/basic-linking.test | 66 ++++++++++++++++++++++------------
tools/dsymutil/DwarfLinker.cpp | 19 +++++-----
3 files changed, 59 insertions(+), 30 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 54b0fb8af3 Fix crash or wrong code bug if a lifetime-extended temporary [...]
new b7e1c7cd95 [IRGen] Emit lifetime markers for temporary struct allocas
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/CodeGen/CGCall.cpp | 22 ++++++++++
test/CodeGen/aarch64-byval-temp.c | 89 +++++++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+)
create mode 100644 test/CodeGen/aarch64-byval-temp.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 compiler-rt.
from d8c3df27d [sanitizer] Fix crypt.cpp test on Darwin
new b185f4f2e [sanitizer] Fix crypt.cpp on Android again
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:
test/sanitizer_common/TestCases/Posix/crypt.cpp | 6 +++---
test/sanitizer_common/lit.common.cfg.py | 3 ---
2 files changed, 3 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 79853bf2609 PR middle-end/92026 - gcc.dg/Wstringop-overflow-18.c FAIL P [...]
new f1d18e5b0cf 2019-10-08 Dmitrij Pochepko <dmitrij.pochepko(a)bell-sw.com>
new c8485b76ce2 2019-10-08 Dmitrij Pochepko <dmitrij.pochepko(a)bell-sw.com>
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/ChangeLog | 5 +++
gcc/match.pd | 58 +++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/gcc.dg/tree-ssa/popcount4.c | 22 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c | 30 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c | 19 ++++++++++
gcc/testsuite/lib/target-supports.exp | 23 ++++++++++++
7 files changed, 166 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.