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_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 0b5a88cb6 0: update: binutils-gcc-linux-glibc-gdb: 1
new 40f75137b 0: update: binutils-gcc-linux-glibc-gdb: 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 (0b5a88cb6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1548 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 65388 -> 66292 bytes
04-build_abe-gcc/console.log.xz | Bin 231384 -> 233096 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9940 -> 9036 bytes
07-build_abe-glibc/console.log.xz | Bin 228168 -> 228252 bytes
08-build_abe-gdb/console.log.xz | Bin 52564 -> 53532 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3808 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2764 -> 2436 bytes
11-check_regression/console.log.xz | Bin 5920 -> 4116 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 35 +-
11-check_regression/results.compare | 97 +-
11-check_regression/results.compare2 | 1131 +-------
11-check_regression/results.regressions | 97 +-
12-update_baseline/console.log | 1740 +++---------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 35 +-
12-update_baseline/results.compare | 97 +-
12-update_baseline/results.compare2 | 1131 +-------
12-update_baseline/results.regressions | 97 +-
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2701044 -> 2694124 bytes
sumfiles/g++.sum | 161 +-
sumfiles/gcc.log.xz | Bin 2377476 -> 2383260 bytes
sumfiles/gcc.sum | 4394 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 911576 -> 915032 bytes
sumfiles/gfortran.sum | 122 +-
sumfiles/libatomic.log.xz | Bin 2244 -> 2240 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 178048 -> 177576 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450472 -> 452504 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 3302 insertions(+), 5899 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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from 5782bacacad Fortran: do not restrict PDT KIND and LEN type parameters t [...]
adds 3e2ccaab1fb Daily bump.
adds 4719d058452 Update documentation of %X spec
adds 818961c1765 Daily bump.
adds ee13a30bffa Daily bump.
adds cfc3c7544ce Daily bump.
adds d0d8bd6378f Daily bump.
adds 0111975c072 libstdc++: Fix range access for empty std::valarray [PR103022]
adds fdc2700d095 Daily bump.
adds 742d2244e33 Daily bump.
adds d60e310a4b5 ipa/102714 - IPA SRA eliding volatile
adds 41bea618a77 [PR102842] Consider all outputs in generation of matching reloads
new fb87e2af555 ranger: Fix `-Werror' build error with `ranger_cache::push_ [...]
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/ChangeLog | 14 +++
gcc/DATESTAMP | 2 +-
gcc/doc/invoke.texi | 3 +-
gcc/fortran/ChangeLog | 9 ++
gcc/gimple-range-cache.cc | 2 +-
gcc/ipa-sra.c | 40 +++----
gcc/lra-constraints.c | 17 +--
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++
gcc/testsuite/gcc.dg/ipa/pr102714.c | 117 +++++++++++++++++++++
libgcc/ChangeLog | 11 ++
libstdc++-v3/ChangeLog | 13 +++
libstdc++-v3/include/std/valarray | 30 ++++--
.../testsuite/26_numerics/valarray/103022.cc | 15 +++
.../testsuite/26_numerics/valarray/range_access.cc | 49 +++++++--
.../26_numerics/valarray/range_access2.cc | 22 +++-
16 files changed, 340 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.target/arm/pr102842.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr102714.c
create mode 100644 libstdc++-v3/testsuite/26_numerics/valarray/103022.cc
--
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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from a035f1f8e7 Automatic date update in version.in
adds b7f12798a5 Automatic date update in version.in
adds b8244b33a0 Automatic date update in version.in
adds 61b0daa408 Automatic date update in version.in
adds 786735af68 Automatic date update in version.in
adds cdc39779b6 Automatic date update in version.in
adds 86f474b5ff Automatic date update in version.in
adds 17ca3e2a9a Automatic date update in version.in
adds b1d7b59622 PR28523, ld.bfd created undefined symbols on ppc64
No new revisions were added by this update.
Summary of changes:
bfd/elf64-ppc.c | 30 ++++++++++++++----------------
bfd/version.h | 2 +-
2 files changed, 15 insertions(+), 17 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/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 34bc39933 0: update: binutils-gcc-linux-qemu: boot
new c250ae586 0: update: binutils-gcc-linux-qemu: boot
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 (34bc39933)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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.xz | Bin 1560 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 42748 -> 43680 bytes
04-build_abe-stage1/console.log.xz | Bin 67700 -> 67748 bytes
05-build_abe-qemu/console.log.xz | Bin 29976 -> 29820 bytes
06-build_linux/console.log.xz | Bin 3436 -> 3444 bytes
07-boot_linux/console.log.xz | Bin 5964 -> 5948 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.