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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 223157754d3 33: onsuccess: #471: 21020: Success after binutils/qemu: 27 [...]
new 26677285869 34: force: #473: 21000: Failure after linux: 1 commits
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 1756 -> 1756 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30008 -> 30056 bytes
04-build_kernel_llvm/console.log.xz | Bin 63056 -> 65096 bytes
05-build_abe-qemu/console.log.xz | Bin 30836 -> 30340 bytes
06-build_linux/console.log.xz | Bin 4912 -> 4748 bytes
08-check_regression/console.log.xz | Bin 3240 -> 3064 bytes
08-check_regression/jira-body.txt | 2 +-
08-check_regression/mail-body.txt | 15 +++++++++++++--
08-check_regression/mail-subject.txt | 2 +-
08-check_regression/results.regressions | 11 +++++++++++
08-check_regression/trigger-bisect | 2 ++
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 15 +++++++++++++--
mail/mail-subject.txt | 2 +-
manifest.sh | 25 ++++++++++++-------------
results | 13 ++++++++++++-
20 files changed, 70 insertions(+), 25 deletions(-)
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
--
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-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
from 85c07bc86a1 35: onsuccess: #511: boot: Success after binutils/gcc/linux [...]
new 52678cdf247 36: onsuccess: #513: boot: Success after binutils/gcc/linux [...]
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 1704 -> 1796 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2804 bytes
03-build_abe-binutils/console.log.xz | Bin 31384 -> 31972 bytes
04-build_abe-stage1/console.log.xz | Bin 72952 -> 73696 bytes
05-build_abe-qemu/console.log.xz | Bin 31000 -> 30608 bytes
06-build_linux/console.log.xz | Bin 5720 -> 6084 bytes
07-boot_linux/console.log.xz | Bin 6112 -> 6140 bytes
08-check_regression/console.log.xz | Bin 4440 -> 4384 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 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 2996b5c053d Enable hwasan for x86-64.
new cf80a23e19d analyzer: handle memmove like memcpy
new 7dc0ecafe60 analyzer: fix ICE on region creation during get_referenced_ [...]
new 63a42ffc083 analyzer: rename region-model-impl-calls.cc to kf.cc
The 3 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/Makefile.in | 2 +-
gcc/analyzer/analyzer.h | 3 +-
gcc/analyzer/call-summary.cc | 2 +-
gcc/analyzer/{region-model-impl-calls.cc => kf.cc} | 18 ++++---
gcc/analyzer/known-function-manager.h | 12 +++++
gcc/analyzer/region-model-manager.cc | 2 +-
gcc/analyzer/region-model-manager.h | 2 +-
gcc/analyzer/region-model.cc | 4 +-
gcc/analyzer/region-model.h | 4 +-
gcc/testsuite/g++.dg/analyzer/pr108003.C | 37 +++++++++++++
gcc/testsuite/gcc.dg/analyzer/memcpy-1.c | 14 +++++
.../gcc.dg/analyzer/{memcpy-1.c => memmove-1.c} | 62 +++++++++++++---------
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-1.c | 2 +-
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c | 2 +
gcc/testsuite/gcc.dg/analyzer/pr104308.c | 2 +-
15 files changed, 127 insertions(+), 41 deletions(-)
rename gcc/analyzer/{region-model-impl-calls.cc => kf.cc} (97%)
create mode 100644 gcc/testsuite/g++.dg/analyzer/pr108003.C
copy gcc/testsuite/gcc.dg/analyzer/{memcpy-1.c => memmove-1.c} (72%)
--
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 d61c0357ebc libstdc++: Remove digit separators [PR108015]
new bb576017726 Implement hwasan target_hook.
new 2996b5c053d Enable hwasan for x86-64.
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/config/i386/i386-expand.cc | 12 ++++
gcc/config/i386/i386-options.cc | 3 +
gcc/config/i386/i386-opts.h | 6 ++
gcc/config/i386/i386-protos.h | 2 +
gcc/config/i386/i386.cc | 123 ++++++++++++++++++++++++++++++++++++++++
gcc/config/i386/i386.opt | 16 ++++++
gcc/doc/invoke.texi | 9 ++-
libsanitizer/configure.tgt | 1 +
8 files changed, 171 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.