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_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ca6f4c25 0: update: linux-b2d229d4ddb17db541098b83524d901257e93845: 1
new 38c5c591 0: update: gcc-5bde80f48bcc594658c788895ad1fd86d0916fc2: 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 (ca6f4c25)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1600 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30048 -> 29908 bytes
04-build_abe-stage1/console.log.xz | Bin 73068 -> 71500 bytes
06-build_abe-linux/console.log.xz | Bin 8760 -> 11000 bytes
07-build_abe-glibc/console.log.xz | Bin 236276 -> 236312 bytes
08-build_abe-stage2/console.log.xz | Bin 199436 -> 198416 bytes
09-build_abe-gdb/console.log.xz | Bin 35136 -> 35184 bytes
10-build_abe-qemu/console.log.xz | Bin 31896 -> 31928 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2824 -> 2916 bytes
13-check_regression/console.log.xz | Bin 2544 -> 14784 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 37 +
13-check_regression/results.compare | 56 +-
13-check_regression/results.compare2 | 3156 ++++++++++++++++++++-
13-check_regression/results.regressions | 57 +
14-update_baseline/console.log | 3405 ++++++++++++++++++++++-
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 37 +
14-update_baseline/results.compare | 56 +-
14-update_baseline/results.compare2 | 3156 ++++++++++++++++++++-
14-update_baseline/results.regressions | 57 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3368844 -> 3335908 bytes
sumfiles/g++.sum | 3254 ++++++++--------------
sumfiles/gcc.log.xz | Bin 2920360 -> 2936784 bytes
sumfiles/gcc.sum | 4525 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1020692 -> 1020656 bytes
sumfiles/gfortran.sum | 8 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2296 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196476 -> 196628 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2652 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 404900 -> 409832 bytes
sumfiles/libstdc++.sum | 2 +-
38 files changed, 13274 insertions(+), 4552 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/results.regressions
--
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-arm
in repository toolchain/ci/gcc.
from 0707f428090 Fix overflows in ipa-modref-tree.cc
adds 36f1de95a61 tree-optimization/105312 - fix ISEL VCOND expansion
adds 4d4eaa77a7d tree-optimization/104912 - ensure cost model is checked first
adds c644b7df11a libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]
adds 67ded3a1f5b libstdc++: Fix macro checked by test
adds 5bde80f48bc c++: Fall through for arrays of T vs T cv [PR104996]
No new revisions were added by this update.
Summary of changes:
gcc/cp/call.cc | 7 +--
gcc/gimple-isel.cc | 8 +++
gcc/testsuite/g++.dg/cpp0x/initlist129.C | 6 +++
gcc/testsuite/gcc.target/arm/pr105312.c | 23 +++++++++
gcc/tree-vect-loop-manip.cc | 60 ++++++++++++++++++++--
libstdc++-v3/doc/html/manual/setup.html | 33 ++++++++++++
libstdc++-v3/doc/xml/manual/prerequisites.xml | 50 ++++++++++++++++++
libstdc++-v3/src/Makefile.am | 4 +-
libstdc++-v3/src/Makefile.in | 4 +-
.../operations/copy/char/constexpr.cc | 2 +-
10 files changed, 186 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist129.C
create mode 100644 gcc/testsuite/gcc.target/arm/pr105312.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-arm
in repository toolchain/ci/base-artifacts.
discards 8222519a 0: update: binutils-gcc: 1
new e8f0431d 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 (8222519a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (e8f0431d)
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 1552 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 51296 -> 51644 bytes
04-build_abe-gcc/console.log.xz | Bin 230836 -> 231436 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3808 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2504 -> 2800 bytes
07-check_regression/console.log.xz | Bin 2624 -> 4260 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 145 +
07-check_regression/results.compare | 164 +-
07-check_regression/results.compare2 | 182 +-
07-check_regression/results.regressions | 101 +
08-update_baseline/console.log | 538 +++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 145 +
08-update_baseline/results.compare | 164 +-
08-update_baseline/results.compare2 | 182 +-
08-update_baseline/results.regressions | 101 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2754200 -> 2769220 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 2326424 -> 2352776 bytes
sumfiles/gcc.sum | 4477 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 898508 -> 897548 bytes
sumfiles/gfortran.sum | 202 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199012 -> 199192 bytes
sumfiles/libgomp.sum | 21 +-
sumfiles/libitm.log.xz | Bin 2552 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 452624 -> 454408 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3983 insertions(+), 2603 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 78fb888273 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
adds 3e9acce8c5 elf: Remove __libc_init_secure
adds c72a1a062a x86: Fix missing __wmemcmp def for disable-multiarch build
adds 62be968167 nptl: Fix pthread_cancel cancelhandling atomic operations
adds a8e9b5b807 m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
new 84e02af1eb elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
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:
csu/libc-start.c | 3 --
elf/do-rel.h | 49 +++++++++++++++++++--------------
elf/enbl-secure.c | 10 -------
include/libc-internal.h | 3 --
include/unistd.h | 1 -
nptl/pthread_cancel.c | 3 +-
sysdeps/generic/startup.h | 24 ----------------
sysdeps/m68k/dl-machine.h | 12 ++++----
sysdeps/mach/hurd/enbl-secure.c | 30 --------------------
sysdeps/mach/hurd/i386/init-first.c | 4 ---
sysdeps/unix/sysv/linux/i386/startup.h | 24 ----------------
sysdeps/x86_64/multiarch/wmemcmp-sse2.S | 8 ++----
sysdeps/x86_64/wmemcmp.S | 6 ++--
13 files changed, 42 insertions(+), 135 deletions(-)
delete mode 100644 sysdeps/mach/hurd/enbl-secure.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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/linux.
from 559089e0a93d vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
new a6823e4e360f x86: __memcpy_flushcache: fix wrong alignment if size > 2^32
new 906f90409735 Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array"
adds 60b30050116c erofs: fix use-after-free of on-stack io[]
adds 8b1ac84dcf2c Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errors
new 10c5f102e2be Merge tag 'erofs-for-5.18-rc4-fixes' of git://git.kernel.o [...]
adds ee69d4be8fd0 xtensa: patch_text: Fixup last cpu should be master
adds eb5adc70754d arch: xtensa: platforms: Fix deadlock in rs_close()
adds 839769c35477 xtensa: fix a7 clobbering in coprocessor context load/store
new b253435746d9 Merge tag 'xtensa-20220416' of https://github.com/jcmvbkbc [...]
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:
Documentation/ABI/testing/sysfs-fs-erofs | 5 +++--
arch/x86/lib/usercopy_64.c | 2 +-
arch/xtensa/kernel/coprocessor.S | 4 ++--
arch/xtensa/kernel/jump_label.c | 2 +-
arch/xtensa/platforms/iss/console.c | 8 --------
fs/erofs/zdata.c | 12 ++++--------
fs/erofs/zdata.h | 2 +-
fs/pipe.c | 9 +++++----
8 files changed, 17 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.