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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/llvm-master-arm-mainline-allnoconfig.
from bd9193e onsuccess: #43: all: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 083e955 onsuccess: #44: all: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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 2360 -> 2280 bytes
02-prepare_abe/console.log.xz | Bin 2608 -> 2592 bytes
03-build_abe-binutils/console.log.xz | Bin 28572 -> 27496 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17796 -> 17620 bytes
04-build_kernel_llvm/console.log.xz | Bin 67700 -> 66100 bytes
05-build_abe-qemu/console.log.xz | Bin 34876 -> 33912 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22584 -> 22416 bytes
06-build_linux/console.log.xz | Bin 2996 -> 2948 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 1192 -> 1216 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 4005 ++--------------------------
jenkins/notify-init.log | 103 +-
jenkins/rewrite.log | 27 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 65 +-
notify/mail-subject.txt | 2 +-
notify/summary.txt | 1 -
results | 2 +-
25 files changed, 378 insertions(+), 3849 deletions(-)
delete mode 100644 notify/summary.txt
--
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 d3dd69706af testsuite: Fix analyzer_cpython_plugin.c declarations, PR t [...]
new e7b26744404 analyzer: Add support of placement new and improved operato [...]
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/analyzer/analyzer.h | 1 +
gcc/analyzer/call-details.cc | 11 ++
gcc/analyzer/call-details.h | 1 +
gcc/analyzer/kf-lang-cp.cc | 116 +++++++++++++++++----
gcc/analyzer/region-model.cc | 36 +++++++
gcc/analyzer/sm-malloc.cc | 37 +++++--
gcc/analyzer/svalue.cc | 2 +
gcc/analyzer/svalue.h | 3 +
gcc/testsuite/g++.dg/analyzer/new-2.C | 70 +++++++++++++
gcc/testsuite/g++.dg/analyzer/noexcept-new.C | 48 +++++++++
.../g++.dg/analyzer/out-of-bounds-placement-new.C | 2 +-
gcc/testsuite/g++.dg/analyzer/placement-new-size.C | 37 +++++++
gcc/testsuite/g++.dg/analyzer/placement-new.C | 90 +++++++++++++++-
13 files changed, 426 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/analyzer/new-2.C
create mode 100644 gcc/testsuite/g++.dg/analyzer/noexcept-new.C
create mode 100644 gcc/testsuite/g++.dg/analyzer/placement-new-size.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.