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-stable-defconfig
in repository toolchain/ci/gcc.
from 3b0ba97fafe Daily bump.
adds c08b5a0321d Daily bump.
adds b79bfb7f526 Daily bump.
adds d64bfed0f7d Daily bump.
adds 65cff53f37a Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 9137c2cb7c Automatic date update in version.in
adds be39f5ba30 Automatic date update in version.in
adds 541b1e2997 Automatic date update in version.in
adds e934dfff83 Automatic date update in version.in
adds 94b8bc9867 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 85686eba3 0: update: binutils-gcc-linux-qemu: boot
new 75d638692 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 (85686eba3)
\
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 1736 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 42672 -> 43332 bytes
04-build_abe-stage1/console.log.xz | Bin 67380 -> 67580 bytes
05-build_abe-qemu/console.log.xz | Bin 30324 -> 30348 bytes
06-build_linux/console.log.xz | Bin 3544 -> 3784 bytes
07-boot_linux/console.log.xz | Bin 6056 -> 6052 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 16 ++++++++--------
10 files changed, 13 insertions(+), 13 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 linux.
from fc74e0a40e4f Linux 5.16-rc7
new 4bc5e64e6cf3 efi: Move efifb_setup_from_dmi() prototype from arch headers
new a8ad9a2434dc Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org [...]
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:
arch/arm/include/asm/efi.h | 1 -
arch/arm64/include/asm/efi.h | 1 -
arch/riscv/include/asm/efi.h | 1 -
arch/x86/include/asm/efi.h | 2 --
include/linux/efi.h | 6 ++++++
5 files changed, 6 insertions(+), 5 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_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 268d812c19 elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
adds abddd61de0 x86: Optimize L(less_vec) case in memcmp-evex-movbe.S
adds cca457f9c5 x86: Optimize L(less_vec) case in memcmpeq-evex.S
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 249 ++++++---------------------
sysdeps/x86_64/multiarch/memcmpeq-evex.S | 170 +++++-------------
2 files changed, 99 insertions(+), 320 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_gcc/master-aarch64
in repository toolchain/ci/gcc.
from e078de24eae testsuite: Avoid unwanted vecorization [PR95046]
adds 9407058a430 ix86: Don't use the 'm' constraint for x86_64_general_operand
adds 88cdcb5c18d c++: hard error w/ ptr+N and incomplete type [PR103700]
adds 916ec36d0a3 c++: Add testcase for SFINAE w/ p[N] and incomplete type [P [...]
No new revisions were added by this update.
Summary of changes:
gcc/c-family/c-common.c | 2 +
gcc/config/i386/constraints.md | 10 +
gcc/config/i386/i386.md | 67 +--
gcc/testsuite/g++.dg/template/sfinae32.C | 24 ++
gcc/testsuite/g++.dg/template/sfinae32a.C | 24 ++
gcc/testsuite/gcc.target/i386/pr103762-1a.c | 647 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr103762-1b.c | 7 +
gcc/testsuite/gcc.target/i386/pr103762-1c.c | 7 +
8 files changed, 756 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/sfinae32.C
create mode 100644 gcc/testsuite/g++.dg/template/sfinae32a.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr103762-1c.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_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0ddd97dcf 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new cf4f44595 0: 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 (0ddd97dcf)
\
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 1576 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 30576 -> 30360 bytes
04-build_abe-stage1/console.log.xz | Bin 71428 -> 71492 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 8812 -> 8840 bytes
07-build_abe-glibc/console.log.xz | Bin 236808 -> 236612 bytes
08-build_abe-stage2/console.log.xz | Bin 194376 -> 194752 bytes
09-build_abe-gdb/console.log.xz | Bin 38076 -> 38040 bytes
10-build_abe-qemu/console.log.xz | Bin 30404 -> 30400 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3896 -> 3880 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2556 -> 2584 bytes
13-check_regression/console.log.xz | Bin 2416 -> 2568 bytes
13-check_regression/results.compare | 24 +-
13-check_regression/results.compare2 | 34 +-
14-update_baseline/console.log | 244 +-
14-update_baseline/results.compare | 24 +-
14-update_baseline/results.compare2 | 34 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3233052 -> 3241696 bytes
sumfiles/g++.sum | 114 +-
sumfiles/gcc.log.xz | Bin 2759016 -> 2754384 bytes
sumfiles/gcc.sum | 4476 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 866008 -> 863820 bytes
sumfiles/gfortran.sum | 96 +-
sumfiles/libatomic.log.xz | Bin 2472 -> 2476 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 170364 -> 170332 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2808 -> 2800 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 385252 -> 385664 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2582 insertions(+), 2514 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-release-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 9137c2cb7c Automatic date update in version.in
adds be39f5ba30 Automatic date update in version.in
adds 541b1e2997 Automatic date update in version.in
adds e934dfff83 Automatic date update in version.in
adds 94b8bc9867 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.