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_build/master-thumb_v8a_hard_eabi
in repository toolchain/ci/base-artifacts/tcwg_gnu_embed_build/master-thumb_v8a_hard_eabi.
from 579d935 onsuccess: #59: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
new 0016b19 onsuccess: #60: 7: [TCWG CI] https://ci.linaro.org/job/tcwg_g [...]
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 2356 -> 2444 bytes
02-prepare_abe/console.log.xz | Bin 2620 -> 2612 bytes
04-build_abe-binutils/console.log.xz | Bin 28184 -> 27304 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17564 -> 17672 bytes
05-build_abe-stage1/console.log.xz | Bin 90344 -> 90484 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70784 -> 71080 bytes
07-build_abe-newlib/console.log.xz | Bin 12812 -> 12624 bytes
07-build_abe-newlib/make-newlib.log.xz | Bin 7016 -> 7032 bytes
08-build_abe-stage2/console.log.xz | Bin 125300 -> 125248 bytes
08-build_abe-stage2/make-gcc-stage2.log.xz | Bin 97100 -> 97292 bytes
09-build_abe-gdb/console.log.xz | Bin 35616 -> 34764 bytes
09-build_abe-gdb/make-gdb.log.xz | Bin 26304 -> 26704 bytes
10-build_abe-qemu/console.log.xz | Bin 34348 -> 34732 bytes
10-build_abe-qemu/make-qemu.log.xz | Bin 22792 -> 22864 bytes
11-check_regression/console.log.xz | Bin 1296 -> 1300 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 332 ++++++++++++++++++-----------
jenkins/notify-init.log | 112 ++++++----
jenkins/rewrite.log | 18 +-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 58 ++---
notify/mail-subject.txt | 2 +-
29 files changed, 322 insertions(+), 224 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 7560f2b4e38 RISC-V: fix TARGET_PROMOTE_FUNCTION_MODE hook for libcalls
new ea2e7bf80b8 RISC-V: Enable ztso tests on rv32
new 274c904471a RISC-V: Use riscv_subword_address for atomic_test_and_set
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/riscv/sync.md | 41 +++++++++-------------
.../gcc.target/riscv/amo-table-ztso-amo-add-1.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-amo-add-2.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-amo-add-3.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-amo-add-4.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-amo-add-5.c | 3 +-
.../riscv/amo-table-ztso-compare-exchange-1.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-2.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-3.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-4.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-5.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-6.c | 2 +-
.../riscv/amo-table-ztso-compare-exchange-7.c | 2 +-
.../gcc.target/riscv/amo-table-ztso-fence-1.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-fence-2.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-fence-3.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-fence-4.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-fence-5.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-load-1.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-load-2.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-load-3.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-store-1.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-store-2.c | 3 +-
.../gcc.target/riscv/amo-table-ztso-store-3.c | 3 +-
.../riscv/amo-table-ztso-subword-amo-add-1.c | 2 +-
.../riscv/amo-table-ztso-subword-amo-add-2.c | 2 +-
.../riscv/amo-table-ztso-subword-amo-add-3.c | 2 +-
.../riscv/amo-table-ztso-subword-amo-add-4.c | 2 +-
.../riscv/amo-table-ztso-subword-amo-add-5.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 25 ++++++++++++-
30 files changed, 85 insertions(+), 53 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_gcc_build/master-aarch64
in repository toolchain/ci/base-artifacts/tcwg_gcc_build/master-aarch64.
from 6cf7f76 onsuccess: #1292: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 3f76cfc onsuccess: #1293: 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 2116 -> 2148 bytes
02-prepare_abe/console.log.xz | Bin 2628 -> 2632 bytes
04-build_abe-gcc/console.log.xz | Bin 212388 -> 213296 bytes
04-build_abe-gcc/make-gcc-stage2.log.xz | Bin 179576 -> 179896 bytes
05-check_regression/console.log.xz | Bin 1116 -> 1120 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 135 +++++++++++++++++---------------
jenkins/notify-init.log | 68 ++++++++--------
jenkins/rewrite.log | 22 +++---
jenkins/run-build.env | 8 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 8 +-
notify/mail-recipients.txt | 2 +-
15 files changed, 129 insertions(+), 124 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 d880e093d92 c: Add Walloc-size to warn about insufficient size in alloc [...]
new 7560f2b4e38 RISC-V: fix TARGET_PROMOTE_FUNCTION_MODE hook for libcalls
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/config/riscv/riscv.cc | 5 +++--
1 file changed, 3 insertions(+), 2 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 25f92179dea Make genautomata.cc output reflect insn-attr.h expectation
new d880e093d92 c: Add Walloc-size to warn about insufficient size in alloc [...]
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/c-family/c.opt | 4 ++++
gcc/c/c-typeck.cc | 28 ++++++++++++++++++++++++++++
gcc/doc/invoke.texi | 10 ++++++++++
gcc/testsuite/gcc.dg/Walloc-size-1.c | 34 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/Walloc-size-2.c | 18 ++++++++++++++++++
5 files changed, 94 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-1.c
create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-2.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-allnoconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/llvm-master-arm-next-allnoconfig.
from dc62ab0 onsuccess: #63: all: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new a511b60 onsuccess: #64: 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 2268 -> 2288 bytes
02-prepare_abe/console.log.xz | Bin 2580 -> 2588 bytes
03-build_abe-binutils/console.log.xz | Bin 27148 -> 27224 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17732 -> 17780 bytes
04-build_kernel_llvm/console.log.xz | Bin 115476 -> 116516 bytes
05-build_abe-qemu/console.log.xz | Bin 33904 -> 33400 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22492 -> 21616 bytes
06-build_linux/console.log.xz | Bin 2936 -> 2936 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 1192 -> 1220 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 | 252 ++++++++++++++---------------
jenkins/notify-init.log | 94 +++++------
jenkins/rewrite.log | 22 +--
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 56 +++----
notify/mail-subject.txt | 2 +-
results | 2 +-
24 files changed, 225 insertions(+), 225 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.