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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 3069bb46c 0: update: binutils-llvm-linux-qemu: all
new 2f936d722 0: update: binutils-llvm-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3069bb46c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 181 -
01-reset_artifacts/console.log.xz | Bin 0 -> 1576 bytes
02-prepare_abe/console.log | 281 -
02-prepare_abe/console.log.xz | Bin 0 -> 2772 bytes
03-build_abe-binutils/console.log | 5377 -----------
03-build_abe-binutils/console.log.xz | Bin 0 -> 44100 bytes
04-build_llvm/console.log | 7057 --------------
04-build_llvm/console.log.xz | Bin 0 -> 59984 bytes
05-build_abe-qemu/console.log | 3573 -------
05-build_abe-qemu/console.log.xz | Bin 0 -> 30724 bytes
06-build_linux/console.log | 381 -
06-build_linux/console.log.xz | Bin 0 -> 3612 bytes
07-boot_linux/console.log | 22 -
07-boot_linux/console.log.xz | Bin 0 -> 576 bytes
08-check_regression/console.log | 32 -
08-check_regression/console.log.xz | Bin 0 -> 500 bytes
09-update_baseline/console.log | 17 +-
console.log | 16942 ---------------------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
20 files changed, 21 insertions(+), 33866 deletions(-)
delete mode 100644 01-reset_artifacts/console.log
create mode 100644 01-reset_artifacts/console.log.xz
delete mode 100644 02-prepare_abe/console.log
create mode 100644 02-prepare_abe/console.log.xz
delete mode 100644 03-build_abe-binutils/console.log
create mode 100644 03-build_abe-binutils/console.log.xz
delete mode 100644 04-build_llvm/console.log
create mode 100644 04-build_llvm/console.log.xz
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_abe-qemu/console.log.xz
delete mode 100644 06-build_linux/console.log
create mode 100644 06-build_linux/console.log.xz
delete mode 100644 07-boot_linux/console.log
create mode 100644 07-boot_linux/console.log.xz
delete mode 100644 08-check_regression/console.log
create mode 100644 08-check_regression/console.log.xz
delete mode 100644 console.log
--
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_build/master-arm
in repository toolchain/ci/gcc.
from d2874d90564 Get rid of all float-int special cases in validate_subreg.
adds 823685221de C: PR c/79412: Poison decls with error_mark_node after type [...]
adds e6bd9c42b0a tree-optimization/102149 - add testcase for fixed bug
adds 45ff12512e5 bswap: Fix up bswap_view_convert handling [PR102141]
adds 7c922606b75 md/define_c_enum: support value assignation
adds ea1a16420cd MAINTAINERS: Add YunQiang Su for write after approval
adds 153766ec835 tree-optimization/102139 - fix SLP DR base alignment
adds 13a43a90aea tree-optimization/93491 - avoid PRE of trapping calls across exits
adds a61623d9b38 graph output: use better colors for edges
adds bea07159d1d vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124]
new 53cfed5cc92 libphobos: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY
new fcc0c84cf5d libphobos: Update comment for DRUNTIME_OS_SOURCES
new 8406ed9af26 coroutines: No cleanups on goto statements.
new 21b4d0ef543 coroutines : Add a missed begin/finish else clause to the codegen.
The 4 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:
MAINTAINERS | 1 +
gcc/c/c-decl.c | 13 ++++++-
gcc/cp/coroutines.cc | 6 ++-
gcc/doc/md.texi | 4 ++
gcc/gimple-ssa-store-merging.c | 27 +++++++++-----
gcc/graph.c | 9 +++--
gcc/read-md.c | 21 +++++++++--
gcc/testsuite/gcc.dg/pr102141.c | 11 ++++++
gcc/testsuite/gcc.dg/pr79412.c | 9 +++++
gcc/testsuite/gcc.dg/torture/pr102124.c | 27 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr102139.c | 43 +++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr102149.c | 19 ++++++++++
gcc/testsuite/gcc.dg/torture/pr93491.c | 24 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr88087.c | 18 ++++-----
gcc/testsuite/gcc.dg/typedef-var-2.c | 5 ++-
gcc/tree-ssa-pre.c | 33 +++++++++++++----
gcc/tree-ssa-sccvn.c | 1 +
gcc/tree-vect-data-refs.c | 66 +++++++++++++++++----------------
gcc/tree-vect-patterns.c | 26 ++++++++++++-
gcc/tree-vectorizer.h | 10 +++--
libphobos/m4/druntime/os.m4 | 7 ++--
libphobos/src/Makefile.am | 4 ++
libphobos/src/Makefile.in | 5 ++-
23 files changed, 310 insertions(+), 79 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102141.c
create mode 100644 gcc/testsuite/gcc.dg/pr79412.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr102139.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr102149.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr93491.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 master
in repository toolchain/gcc-compare-results.
from c878961 From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc-bise [...]
new b771ed5 From https://ci.linaro.org/job/tcwg_gnu_native_check_binutils [...]
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:
.../flaky/tcwg_gnu_native_check_binutils-master-arm.xfail | 13 +++++++++++++
1 file changed, 13 insertions(+)
--
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_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 90f56146e5 nfp: add validity check of island and me
adds ea17b3d59f [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol search
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.fortran/call-no-debug.exp | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards f6e69a6e7 2: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 544242888 2: update: binutils-gcc-linux-glibc-gdb-qemu: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f6e69a6e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 186 -
01-reset_artifacts/console.log.xz | Bin 0 -> 1664 bytes
02-prepare_abe/console.log | 285 -
02-prepare_abe/console.log.xz | Bin 0 -> 2788 bytes
03-true/console.log | 1 -
03-true/console.log.xz | Bin 0 -> 76 bytes
04-build_abe-binutils/console.log | 5282 ------------
04-build_abe-binutils/console.log.xz | Bin 0 -> 43504 bytes
05-build_abe-stage1/console.log | 8141 ------------------
05-build_abe-stage1/console.log.xz | Bin 0 -> 73236 bytes
12-check_regression/console.log | 32 -
12-check_regression/console.log.xz | Bin 0 -> 396 bytes
13-update_baseline/console.log | 7 +-
13-update_baseline/results.regressions | 6 +-
console.log | 14026 -------------------------------
jenkins/manifest.sh | 18 +-
16 files changed, 14 insertions(+), 27970 deletions(-)
delete mode 100644 01-reset_artifacts/console.log
create mode 100644 01-reset_artifacts/console.log.xz
delete mode 100644 02-prepare_abe/console.log
create mode 100644 02-prepare_abe/console.log.xz
delete mode 100644 03-true/console.log
create mode 100644 03-true/console.log.xz
delete mode 100644 04-build_abe-binutils/console.log
create mode 100644 04-build_abe-binutils/console.log.xz
delete mode 100644 05-build_abe-stage1/console.log
create mode 100644 05-build_abe-stage1/console.log.xz
delete mode 100644 12-check_regression/console.log
create mode 100644 12-check_regression/console.log.xz
delete mode 100644 console.log
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.