This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_embed_check_gcc/master-arm_v7a_softfp_eabi
in repository toolchain/ci/base-artifacts.
from a7fdc393b9f onsuccess: #130: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 57e2c37fad4 onsuccess: #133: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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/g++.log.xz | Bin 2611524 -> 2583056 bytes
00-sumfiles/gcc.log.xz | Bin 2224248 -> 2202536 bytes
00-sumfiles/libstdc++.log.xz | Bin 459176 -> 454020 bytes
01-reset_artifacts/console.log.xz | Bin 2036 -> 2296 bytes
02-prepare_abe/console.log.xz | Bin 2628 -> 2640 bytes
03-build_abe-binutils/console.log.xz | Bin 27308 -> 27532 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17768 -> 17716 bytes
04-build_abe-stage1/console.log.xz | Bin 91672 -> 91664 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70328 -> 70372 bytes
06-build_abe-newlib/console.log.xz | Bin 12764 -> 12900 bytes
06-build_abe-newlib/make-newlib.log.xz | Bin 7132 -> 7136 bytes
07-build_abe-stage2/console.log.xz | Bin 123992 -> 123880 bytes
07-build_abe-stage2/make-gcc-stage2.log.xz | Bin 94600 -> 94596 bytes
08-build_abe-gdb/console.log.xz | Bin 35272 -> 35204 bytes
08-build_abe-gdb/make-gdb.log.xz | Bin 27304 -> 26708 bytes
09-build_abe-qemu/console.log.xz | Bin 31872 -> 33016 bytes
09-build_abe-qemu/make-qemu.log.xz | Bin 21604 -> 22456 bytes
10-build_abe-dejagnu/console.log.xz | Bin 4332 -> 4320 bytes
11-build_abe-check_gcc/check-gcc.log.xz | Bin 40904 -> 29848 bytes
11-build_abe-check_gcc/console.log.xz | Bin 7792 -> 7796 bytes
12-check_regression/console.log.xz | Bin 3980 -> 3960 bytes
git/binutils_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 8 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 40 ++--
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 349 +++++++++++------------------
notify/notify-init.log | 107 +++------
notify/results.compare | 4 +-
34 files changed, 195 insertions(+), 335 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 325f9e88802 analyzer: new warning: -Wanalyzer-unterminated-string [PR105899]
new 003016a4084 libstdc++: Fix std::format_to_n return value [PR110990]
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:
libstdc++-v3/include/std/format | 37 ++++++++++++----------
.../testsuite/std/format/functions/format_to_n.cc | 17 ++++++++++
2 files changed, 38 insertions(+), 16 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 db08a096e4b [committed] Fix subdi3 synthesis on rx port
new 325f9e88802 analyzer: new warning: -Wanalyzer-unterminated-string [PR105899]
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.opt | 4 +
gcc/analyzer/call-details.cc | 7 +
gcc/analyzer/call-details.h | 2 +
gcc/analyzer/kf-analyzer.cc | 18 +++
gcc/analyzer/kf.cc | 11 ++
gcc/analyzer/region-model.cc | 163 +++++++++++++++++++++
gcc/analyzer/region-model.h | 3 +
gcc/doc/analyzer.texi | 8 +
gcc/doc/invoke.texi | 13 ++
gcc/testsuite/gcc.dg/analyzer/analyzer-decls.h | 5 +
gcc/testsuite/gcc.dg/analyzer/error-1.c | 12 ++
.../gcc.dg/analyzer/null-terminated-strings-1.c | 30 ++++
gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 7 +
gcc/testsuite/gcc.dg/analyzer/strchr-1.c | 6 +
gcc/testsuite/gcc.dg/analyzer/strcpy-1.c | 6 +
gcc/testsuite/gcc.dg/analyzer/strdup-1.c | 6 +
16 files changed, 301 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/null-terminated-strings-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.