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/release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 07bc6edb1 0: update: binutils-gcc: 2
new 3c6a54b7c 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 (07bc6edb1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1568 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 39280 -> 39236 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 309648 -> 312388 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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-arm
in repository toolchain/ci/gdb.
from 8f4141b0ae gdb: add Yvan Roux to gdb/MAINTAINERS
adds 61ee7510b3 gdb/testsuite: use test_compiler_info in gcc_major_version
adds 1562f64fec gdb/testsuite: remove get_compiler_info calls from gdb.exp a [...]
adds 08b326ee0a gdb/testsuite: make 'c' default language for get/test compiler info
adds 0e471fde07 gdb/testsuite: handle errors better in test_compiler_info
adds 575a212a78 gdb/testsuite: solve problems with compiler_info caching
adds 148ca9dd5c gdb/arm: Terminate unwinding when LR is 0xffffffff
adds 8db775b211 Fix ARM_CC_FOR_TARGET handling
adds 1ef3351b7b gdb/arm: Simplify logic for updating addresses
adds 2d9cf99d9a gdb/arm: Document and fix exception stack offsets
adds 396d2e56be gdb/aarch64: fix 32-bit arm compatibility
adds 1c76a0e2a6 Minor fix to Python breakpoint event documentation
No new revisions were added by this update.
Summary of changes:
gdb/aarch64-linux-nat.c | 114 ++++++++++++++++++++++++++++++++++++++------
gdb/arm-tdep.c | 85 +++++++++++++++++++++++++++++----
gdb/doc/python.texi | 6 +--
gdb/testsuite/lib/dwarf.exp | 8 ----
gdb/testsuite/lib/gdb.exp | 91 +++++++++++++++++------------------
5 files changed, 225 insertions(+), 79 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-arm
in repository toolchain/ci/gcc.
from 2fc6e3d55f6 This patch replaces shift and ior insns with one rotate and [...]
adds 269edf4e5e6 Update {skylake,icelake,alderlake}_cost to add a bit prefer [...]
adds 17f52a1c725 openmp: Add support for HBW or large capacity or interleave [...]
adds 2dc19a1b590 doc: Fix up -Waddress documentation
adds 209de00fdb9 OpenMP: Handle ancestor:1 with discover_declare_target
adds 97b81fb0363 c++: Better module initializer code
adds 702a11ade2e RISC-V: Use a tab rather than space with FSFLAGS
adds 4c334e0e4ff c++: Fix up ICE on __builtin_shufflevector constexpr evalua [...]
adds 699e9a0f671 openmp: Fix up include of the generic allocator.c
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/x86-tune-costs.h | 26 +-
gcc/config/riscv/riscv.md | 4 +-
gcc/cp/constexpr.cc | 13 +-
gcc/cp/cp-tree.h | 3 +-
gcc/cp/decl2.cc | 32 +-
gcc/cp/module.cc | 23 +-
gcc/doc/invoke.texi | 4 +-
gcc/omp-offload.cc | 21 +-
.../c-c++-common/gomp/reverse-offload-1.c | 93 ++++++
gcc/testsuite/g++.dg/modules/init-2_a.C | 2 +
gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +
gcc/testsuite/g++.dg/pr105871.C | 12 +
gcc/testsuite/g++.target/i386/pr105638.C | 3 +-
gcc/testsuite/gcc.target/i386/pr105493.c | 51 +++
gcc/testsuite/gcc.target/i386/pr91446.c | 2 +-
gcc/testsuite/gcc.target/i386/pr99881.c | 2 +-
libgomp/allocator.c | 365 ++++++++++++++++++++-
libgomp/config/linux/allocator.c | 36 ++
18 files changed, 621 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/reverse-offload-1.c
create mode 100644 gcc/testsuite/g++.dg/pr105871.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr105493.c
create mode 100644 libgomp/config/linux/allocator.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-arm
in repository toolchain/ci/binutils-gdb.
from 8f4141b0ae gdb: add Yvan Roux to gdb/MAINTAINERS
adds 61ee7510b3 gdb/testsuite: use test_compiler_info in gcc_major_version
adds 1562f64fec gdb/testsuite: remove get_compiler_info calls from gdb.exp a [...]
adds 08b326ee0a gdb/testsuite: make 'c' default language for get/test compiler info
adds 0e471fde07 gdb/testsuite: handle errors better in test_compiler_info
adds 575a212a78 gdb/testsuite: solve problems with compiler_info caching
adds 148ca9dd5c gdb/arm: Terminate unwinding when LR is 0xffffffff
adds 8db775b211 Fix ARM_CC_FOR_TARGET handling
adds 1ef3351b7b gdb/arm: Simplify logic for updating addresses
adds 2d9cf99d9a gdb/arm: Document and fix exception stack offsets
adds 396d2e56be gdb/aarch64: fix 32-bit arm compatibility
adds 1c76a0e2a6 Minor fix to Python breakpoint event documentation
No new revisions were added by this update.
Summary of changes:
gdb/aarch64-linux-nat.c | 114 ++++++++++++++++++++++++++++++++++++++------
gdb/arm-tdep.c | 85 +++++++++++++++++++++++++++++----
gdb/doc/python.texi | 6 +--
gdb/testsuite/lib/dwarf.exp | 8 ----
gdb/testsuite/lib/gdb.exp | 91 +++++++++++++++++------------------
5 files changed, 225 insertions(+), 79 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-arm
in repository toolchain/ci/base-artifacts.
discards cf4227f9c 0: update: binutils-linux-glibc-gdb-qemu: 1
new b7633bac2 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 (cf4227f9c)
\
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 1536 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 29972 -> 30176 bytes
04-build_abe-stage1/console.log.xz | Bin 91200 -> 90324 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8772 -> 8788 bytes
07-build_abe-glibc/console.log.xz | Bin 232896 -> 233032 bytes
08-build_abe-stage2/console.log.xz | Bin 225524 -> 223516 bytes
09-build_abe-gdb/console.log.xz | Bin 37268 -> 37380 bytes
10-build_abe-qemu/console.log.xz | Bin 31820 -> 32548 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3852 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2628 -> 2616 bytes
13-check_regression/console.log.xz | Bin 2828 -> 3216 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 6 -
13-check_regression/results.compare | 35 +-
13-check_regression/results.compare2 | 85 +-
13-check_regression/results.regressions | 26 -
14-update_baseline/console.log | 421 ++---
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 6 -
14-update_baseline/results.compare | 35 +-
14-update_baseline/results.compare2 | 85 +-
14-update_baseline/results.regressions | 26 -
jenkins/manifest.sh | 23 +-
sumfiles/g++.log.xz | Bin 2660228 -> 2640844 bytes
sumfiles/g++.sum | 174 +-
sumfiles/gcc.log.xz | Bin 2218824 -> 2171752 bytes
sumfiles/gcc.sum | 2617 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 878992 -> 884188 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2264 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198764 -> 198712 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 424944 -> 422324 bytes
sumfiles/libstdc++.sum | 14 +-
39 files changed, 1894 insertions(+), 1733 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete 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_gnu_native_build/master-arm
in repository toolchain/ci/gcc.
from 17f52a1c725 openmp: Add support for HBW or large capacity or interleave [...]
adds 2dc19a1b590 doc: Fix up -Waddress documentation
adds 209de00fdb9 OpenMP: Handle ancestor:1 with discover_declare_target
adds 97b81fb0363 c++: Better module initializer code
adds 702a11ade2e RISC-V: Use a tab rather than space with FSFLAGS
adds 4c334e0e4ff c++: Fix up ICE on __builtin_shufflevector constexpr evalua [...]
No new revisions were added by this update.
Summary of changes:
gcc/config/riscv/riscv.md | 4 +-
gcc/cp/constexpr.cc | 13 ++-
gcc/cp/cp-tree.h | 3 +-
gcc/cp/decl2.cc | 32 ++++----
gcc/cp/module.cc | 23 +++---
gcc/doc/invoke.texi | 4 +-
gcc/omp-offload.cc | 21 ++---
.../c-c++-common/gomp/reverse-offload-1.c | 93 ++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/init-2_a.C | 2 +
gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +
gcc/testsuite/g++.dg/pr105871.C | 12 +++
11 files changed, 164 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/reverse-offload-1.c
create mode 100644 gcc/testsuite/g++.dg/pr105871.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_build/master-arm
in repository toolchain/ci/base-artifacts.
from e4f091265 1: reset: gcc-17f52a1c725948befcc3dd3c90d1abad77b6f6fe: 1
new fcc38d304 2: update: gcc-4c334e0e4ff05d3a7ca9ebb832428c446cd0ae8d: 1
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 1588 -> 1480 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51168 -> 49976 bytes
05-build_abe-gcc/console.log.xz | Bin 125292 -> 126904 bytes
10-check_regression/console.log.xz | Bin 1200 -> 416 bytes
10-check_regression/jira-body.txt | 2 --
10-check_regression/mail-body.txt | 34 --------------------------
10-check_regression/mail-subject.txt | 1 -
10-check_regression/results.regressions | 8 ------
10-check_regression/trigger-bisect | 2 --
11-update_baseline/console.log | 42 +++++++++++++++++++++++++++++---
jenkins/manifest.sh | 10 ++++----
mail/jira-body.txt | 5 ----
mail/mail-body.txt | 37 ----------------------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 8 ------
17 files changed, 43 insertions(+), 107 deletions(-)
delete mode 100644 10-check_regression/jira-body.txt
delete mode 100644 10-check_regression/mail-body.txt
delete mode 100644 10-check_regression/mail-subject.txt
delete mode 100644 10-check_regression/results.regressions
delete mode 100644 10-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
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 glibc.
from ace9e3edbc nss: handle stat failure in check_reload_and_get (BZ #28752)
new 4654e7fd5a x86: Add copyright to strpbrk-c.c
new 0f91811333 x86: Align varshift table to 32-bytes
new 73bae395cf x86: Improve svml_s_atanhf16_core_avx512.S
new 65897e9916 x86: Improve svml_s_atanhf8_core_avx2.S
new fe1915d4f6 x86: Improve svml_s_atanhf4_core_sse4.S
new e560b3c2d2 x86: Optimize svml_s_tanhf16_core_avx512.S
new 3a49ce8799 x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
new bcc41f66a4 x86: Optimize svml_s_tanhf8_core_avx2.S
new cffb9414c5 x86: Optimize svml_s_tanhf4_core_sse4.S
The 9 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:
.../fpu/multiarch/svml_s_atanhf16_core_avx512.S | 474 +++++------
.../fpu/multiarch/svml_s_atanhf4_core_sse4.S | 378 ++++-----
.../fpu/multiarch/svml_s_atanhf8_core_avx2.S | 405 +++++----
.../fpu/multiarch/svml_s_tanhf16_core_avx512.S | 527 ++++++------
.../x86_64/fpu/multiarch/svml_s_tanhf4_core_sse4.S | 865 ++++---------------
.../x86_64/fpu/multiarch/svml_s_tanhf8_core_avx2.S | 912 ++++-----------------
sysdeps/x86_64/fpu/multiarch/svml_s_tanhf_rodata.S | 621 ++++++++++++++
sysdeps/x86_64/multiarch/strpbrk-c.c | 18 +
sysdeps/x86_64/multiarch/varshift.c | 5 +-
sysdeps/x86_64/multiarch/varshift.h | 3 +-
10 files changed, 1855 insertions(+), 2353 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/multiarch/svml_s_tanhf_rodata.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.