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 9d4f5cabe22 Automatic date update in version.in
new 5b429b87076 Avoid another -Werror=dangling-pointer
new 4a8635cbecb binutils runtest $CC
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:
binutils/Makefile.am | 10 ++++++----
binutils/Makefile.in | 10 ++++++----
binutils/testsuite/binutils-all/debuginfod.exp | 2 +-
gas/write.c | 5 +++--
4 files changed, 16 insertions(+), 11 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/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from a46445af72 82: force: #29: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
new dafd93b9c3 83: force: #32: 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 1996 -> 2008 bytes
02-prepare_abe/console.log.xz | Bin 2444 -> 2472 bytes
03-build_abe-binutils/console.log.xz | Bin 27796 -> 27436 bytes
04-build_kernel_llvm/console.log.xz | Bin 65280 -> 64824 bytes
05-build_abe-qemu/console.log.xz | Bin 33016 -> 32756 bytes
06-build_linux/console.log.xz | Bin 3236 -> 3172 bytes
07-boot_linux/console.log.xz | Bin 480 -> 480 bytes
08-check_regression/console.log.xz | Bin 532 -> 524 bytes
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 14 +++++++-------
results | 2 +-
12 files changed, 10 insertions(+), 10 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_gnu_cross_check_binutils/master-aarch64
in repository toolchain/ci/base-artifacts.
from 60954084e9 42: onsuccess: #75: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 582c8345cf 43: onsuccess: #82: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 62012 -> 62412 bytes
00-sumfiles/gas.log.xz | Bin 150560 -> 150828 bytes
00-sumfiles/ld.log.xz | Bin 107652 -> 107620 bytes
01-reset_artifacts/console.log.xz | Bin 2244 -> 2072 bytes
02-prepare_abe/console.log.xz | Bin 2416 -> 2420 bytes
03-build_abe-binutils/console.log.xz | Bin 27260 -> 27468 bytes
04-build_abe-stage1/console.log.xz | Bin 71132 -> 71176 bytes
06-build_abe-linux/console.log.xz | Bin 8280 -> 9228 bytes
07-build_abe-glibc/console.log.xz | Bin 241940 -> 242016 bytes
08-build_abe-stage2/console.log.xz | Bin 202188 -> 202104 bytes
09-build_abe-gdb/console.log.xz | Bin 34528 -> 34552 bytes
10-build_abe-qemu/console.log.xz | Bin 32112 -> 32728 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3896 bytes
12-build_abe-check_binutils/console.log.xz | Bin 2832 -> 2816 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1232 -> 1228 bytes
13-check_regression/results.compare | 2 +-
13-check_regression/results.compare2 | 4 +--
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 2 +-
manifest.sh | 42 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +--
sumfiles/ld.sum | 4 +--
30 files changed, 38 insertions(+), 38 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 49cea02d8bd Daily bump.
new 68201409bc2 PR modula2/108121 Re-implement overflow detection for const [...]
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/m2/gm2-compiler/M2ALU.mod | 20 +-
gcc/m2/gm2-compiler/SymbolTable.mod | 31 +--
gcc/m2/gm2-gcc/m2decl.cc | 48 +---
gcc/m2/gm2-gcc/m2decl.def | 10 +-
gcc/m2/gm2-gcc/m2decl.h | 8 +-
gcc/m2/gm2-gcc/m2expr.cc | 362 +++++++++--------------------
gcc/m2/gm2-gcc/m2expr.def | 4 +
gcc/m2/gm2-gcc/m2expr.h | 2 +
gcc/m2/gm2-gcc/m2type.cc | 19 +-
gcc/m2/gm2-lang.cc | 29 ++-
gcc/testsuite/gm2/pim/fail/largeconst.mod | 2 +-
gcc/testsuite/gm2/pim/fail/largeconst2.mod | 7 +
12 files changed, 188 insertions(+), 354 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/fail/largeconst2.mod
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.