This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk-code_speed-coremark/gnu_eabi-arm_eabi-master-O2_LTO
in repository toolchain/ci/base-artifacts.
from 415e3f9f8de onsuccess: #79: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 864080b85d3 onsuccess: #80: 1: [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 2196 -> 2188 bytes
02-prepare_abe/console.log.xz | Bin 2640 -> 2596 bytes
03-build_abe-binutils/console.log.xz | Bin 27120 -> 27456 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17668 -> 17748 bytes
04-build_abe-stage1/console.log.xz | Bin 89592 -> 89612 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 69972 -> 70396 bytes
06-build_abe-newlib/console.log.xz | Bin 12816 -> 12972 bytes
06-build_abe-newlib/make-newlib.log.xz | Bin 7172 -> 7176 bytes
07-build_abe-stage2/console.log.xz | Bin 165196 -> 164944 bytes
07-build_abe-stage2/make-gcc-stage2.log.xz | Bin 135600 -> 136388 bytes
08-benchmark/benchmark-build.log | 48 +++----
08-benchmark/benchmark.log | 46 +++---
08-benchmark/console.log.xz | Bin 3524 -> 3548 bytes
09-check_regression/console.log.xz | Bin 3748 -> 3776 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 223 ++++++++++++++---------------
jenkins/notify-init.log | 78 +++++-----
jenkins/rewrite.log | 25 ++--
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 36 +++--
notify/mail-subject.txt | 2 +-
results-vs-prev/tcwg-benchmark-results.log | 6 +-
results_id | 2 +-
28 files changed, 237 insertions(+), 249 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 3b691e0190c analyzer: check format strings for null termination [PR105899]
new eaabae8e305 RISC-V: Change fnms testcases assertion to xfail
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/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-2.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-3.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-4.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-5.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/autovec/cond/cond_fms_fnms-6.c | 2 +-
6 files changed, 6 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 binutils-gdb.
from 5bf26ab7cb8 kvx_dis_init
new 8032f75b299 objdump: file name table entry count check
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:
binutils/dwarf.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 5f557210494 Daily bump.
new e40a935db29 analyzer: convert note_adding_context to annotating_context
new 2503dd59b58 analyzer: add ability for context to add events to a saved_ [...]
new 1e7b0a5d7a4 analyzer: handle NULL inner context in region_model_context [...]
new fe97f09a0ca analyzer: replace -Wanalyzer-unterminated-string with scan_ [...]
new 4325c82736d analyzer: add kf_fopen
new 3b691e0190c analyzer: check format strings for null termination [PR105899]
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:
gcc/analyzer/analyzer.opt | 4 -
gcc/analyzer/call-details.cc | 18 +-
gcc/analyzer/call-details.h | 34 +-
gcc/analyzer/diagnostic-manager.cc | 45 +-
gcc/analyzer/diagnostic-manager.h | 12 +-
gcc/analyzer/engine.cc | 8 +
gcc/analyzer/exploded-graph.h | 1 +
gcc/analyzer/kf-analyzer.cc | 15 +-
gcc/analyzer/kf.cc | 28 +
gcc/analyzer/region-model.cc | 672 +++++++++++++++++----
gcc/analyzer/region-model.h | 119 ++--
gcc/analyzer/store.cc | 9 +
gcc/analyzer/store.h | 7 +
gcc/doc/invoke.texi | 13 -
gcc/testsuite/gcc.dg/analyzer/attr-format-1.c | 31 +
gcc/testsuite/gcc.dg/analyzer/error-1.c | 20 +-
gcc/testsuite/gcc.dg/analyzer/fopen-1.c | 66 ++
.../gcc.dg/analyzer/null-terminated-strings-1.c | 128 +++-
gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 13 +-
gcc/testsuite/gcc.dg/analyzer/sprintf-1.c | 6 +-
gcc/testsuite/gcc.dg/analyzer/strchr-1.c | 10 +-
gcc/testsuite/gcc.dg/analyzer/strcpy-1.c | 10 +-
gcc/testsuite/gcc.dg/analyzer/strdup-1.c | 10 +-
23 files changed, 1081 insertions(+), 198 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/attr-format-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/fopen-1.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_gnu_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts.
from 6408d3832b onsuccess: #321: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 71588e98bb onsuccess: #322: 0: [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:
00-sumfiles/binutils.log.xz | Bin 8616 -> 8596 bytes
00-sumfiles/gas.log.xz | Bin 143368 -> 143300 bytes
00-sumfiles/ld.log.xz | Bin 28016 -> 28004 bytes
01-reset_artifacts/console.log.xz | Bin 2116 -> 2112 bytes
02-prepare_abe/console.log.xz | Bin 2648 -> 2644 bytes
03-build_abe-binutils/console.log.xz | Bin 25180 -> 25496 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 15852 -> 16032 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4396 -> 4392 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5784 -> 5792 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3660 -> 4052 bytes
06-check_regression/console.log.xz | Bin 2300 -> 2328 bytes
git/binutils_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 163 +++++++++++-----------
jenkins/notify-init.log | 58 ++++----
jenkins/rewrite.log | 16 +--
jenkins/run-build.env | 6 +-
manifest.sh | 6 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 14 +-
notify/mail-subject.txt | 2 +-
notify/results.compare | 4 +-
sumfiles/binutils.sum | 3 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 4 +-
25 files changed, 148 insertions(+), 138 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/gnu-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
from 39f75d4c97 onsuccess: #41: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
new 338b2bb6ec onsuccess: #42: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
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 2248 -> 2208 bytes
02-prepare_abe/console.log.xz | Bin 2648 -> 2616 bytes
03-build_abe-binutils/console.log.xz | Bin 27908 -> 27932 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17944 -> 17920 bytes
04-build_abe-stage1/console.log.xz | Bin 73964 -> 74204 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 54132 -> 54048 bytes
05-build_abe-qemu/console.log.xz | Bin 33460 -> 33788 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22932 -> 23184 bytes
06-build_linux/console.log.xz | Bin 2888 -> 2896 bytes
07-boot_linux/console.log.xz | Bin 508 -> 504 bytes
08-check_regression/console.log.xz | Bin 1244 -> 1200 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 336 +++++++++++------------------
jenkins/notify-init.log | 110 ++++------
jenkins/rewrite.log | 22 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 48 ++---
notify/mail-subject.txt | 2 +-
23 files changed, 218 insertions(+), 320 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.