This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 093b8174 0: update: binutils-gcc: 2
new 4660a60b 0: update: binutils-gcc: 2
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 (093b8174)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 51520 -> 50492 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 469892 -> 468800 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_check/master-aarch64
in repository toolchain/ci/gcc.
from 23756b70630 Daily bump.
adds 7e204bd2f18 Add vect_recog_cond_expr_convert_pattern.
No new revisions were added by this update.
Summary of changes:
gcc/match.pd | 14 +++++
gcc/testsuite/gcc.target/i386/pr103771-2.c | 8 +++
gcc/testsuite/gcc.target/i386/pr103771-3.c | 21 +++++++
gcc/tree-vect-patterns.cc | 96 ++++++++++++++++++++++++++++++
4 files changed, 139 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103771-3.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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0a9f4301 0: update: binutils-gcc: 1
new 4af75323 0: update: binutils-gcc: 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 (0a9f4301)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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.xz | Bin 1524 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 38116 -> 37844 bytes
04-build_abe-gcc/console.log.xz | Bin 207560 -> 207180 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3856 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2388 -> 2692 bytes
07-check_regression/console.log.xz | Bin 3004 -> 2968 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +-
07-check_regression/results.compare | 29 +-
07-check_regression/results.compare2 | 31 +-
07-check_regression/results.regressions | 29 +-
08-update_baseline/console.log | 436 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +-
08-update_baseline/results.compare | 29 +-
08-update_baseline/results.compare2 | 31 +-
08-update_baseline/results.regressions | 29 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3497968 -> 3498096 bytes
sumfiles/g++.sum | 124 +-
sumfiles/gcc.log.xz | Bin 2985968 -> 2990400 bytes
sumfiles/gcc.sum | 4706 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1013380 -> 1024068 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190536 -> 190544 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2552 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 431648 -> 430064 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2774 insertions(+), 2772 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_native_build/master-aarch64
in repository toolchain/ci/glibc.
from 098c795e85 Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHARED
adds 7912236f4a x86: Set .text section in memset-vec-unaligned-erms
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.