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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from bd25c6eef8 gdb/sim: update my email address
adds d74dfa8f63 [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases
adds a50bdb99af [gdb/tdep, rs6000] Don't skip system call in skip_prologue
No new revisions were added by this update.
Summary of changes:
gdb/rs6000-tdep.c | 6 ++++++
gdb/testsuite/gdb.arch/powerpc-addpcis.exp | 14 +++++++++++++-
gdb/testsuite/gdb.arch/powerpc-lnia.exp | 14 +++++++++++++-
3 files changed, 32 insertions(+), 2 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards dcacdea6e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new c4f640031 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (dcacdea6e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 44816 -> 45604 bytes
05-build_abe-stage1/console.log.xz | Bin 71592 -> 71956 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9488 -> 9564 bytes
08-build_abe-glibc/console.log.xz | Bin 235392 -> 236224 bytes
09-build_abe-stage2/console.log.xz | Bin 200612 -> 201520 bytes
10-build_abe-gdb/console.log.xz | Bin 44432 -> 44852 bytes
11-build_abe-qemu/console.log.xz | Bin 30516 -> 30512 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 30 +++++++++++++++---------------
13 files changed, 23 insertions(+), 23 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 d5c6604f420 Add a simulate_record_decl lang hook
adds 268b43d2592 middle-end/103038 - avoid ICE with -ftrivial-auto-var-init=pattern
adds 6cc8aa65fde middle-end: Fix PR103007, add missing check on complex fms [...]
adds 64bf0c835f8 IBM Z: ldist-{rawmemchr,strlen} tests require vector extensions
adds c33a5cc9e7f RISC-V: Fix build errors with shNadd/shNadd.uw patterns in [...]
new f19791565d7 addS EAF_NOT_RETURNED_DIRECTLY
new 164bbf701ff tree-optimization/103029 - ensure vect loop versioning cons [...]
new a70c05120ae Static chain support in ipa-modref
The 3 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/config/riscv/riscv.c | 5 +-
gcc/fold-const.c | 2 +
gcc/gimple.c | 27 ++++++
gcc/gimple.h | 1 +
gcc/internal-fn.c | 8 +-
gcc/ipa-modref.c | 104 ++++++++++++++++++----
gcc/ipa-modref.h | 1 +
gcc/testsuite/g++.dg/ipa/modref-1.C | 2 +-
gcc/testsuite/g++.dg/pr103007.C | 19 ++++
gcc/testsuite/g++.dg/pr103038.C | 5 ++
gcc/testsuite/gcc.dg/ipa/modref-3.c | 20 +++++
gcc/testsuite/gcc.dg/tree-ssa/ldist-rawmemchr-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/ldist-rawmemchr-2.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/ldist-strlen-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/ldist-strlen-3.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/modref-10.c | 20 +++++
gcc/tree-core.h | 6 +-
gcc/tree-ssa-structalias.c | 15 +++-
gcc/tree-vect-loop-manip.c | 17 ++++
gcc/tree-vect-slp-patterns.c | 6 +-
20 files changed, 233 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr103007.C
create mode 100644 gcc/testsuite/g++.dg/pr103038.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/modref-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-10.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/binutils-gdb.
from bd25c6eef8 gdb/sim: update my email address
adds d74dfa8f63 [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases
new a50bdb99af [gdb/tdep, rs6000] Don't skip system call in skip_prologue
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:
gdb/rs6000-tdep.c | 6 ++++++
gdb/testsuite/gdb.arch/powerpc-addpcis.exp | 14 +++++++++++++-
gdb/testsuite/gdb.arch/powerpc-lnia.exp | 14 +++++++++++++-
3 files changed, 32 insertions(+), 2 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/base-artifacts.
discards ace02e247 0: update: binutils-gcc: 1
new ec7932675 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 (ace02e247)
\
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 1520 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 52460 -> 54700 bytes
04-build_abe-gcc/console.log.xz | Bin 208136 -> 210192 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3888 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3020 -> 2816 bytes
07-check_regression/console.log.xz | Bin 5352 -> 2696 bytes
07-check_regression/results.compare | 42 +-
07-check_regression/results.compare2 | 1038 +-------
08-update_baseline/console.log | 1242 +--------
08-update_baseline/results.compare | 42 +-
08-update_baseline/results.compare2 | 1038 +-------
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3412616 -> 3399792 bytes
sumfiles/g++.sum | 114 +-
sumfiles/gcc.log.xz | Bin 2904388 -> 2916368 bytes
sumfiles/gcc.sum | 4682 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 881016 -> 876840 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 171016 -> 170948 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 427564 -> 427208 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2651 insertions(+), 5639 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_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 2047d95b89 [gdb/doc]: Updated manpages to be consistent with help
adds 09348c7665 ARM: match armeb output for unwind-pacbti-m test
adds 317db249c7 Automatic date update in version.in
adds c47860a4ba [gdb/testsuite] Fix stepi test-cases with unix/-m32/-fPIE/-pie
adds bd25c6eef8 gdb/sim: update my email address
new d74dfa8f63 [gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases
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:
bfd/version.h | 2 +-
gas/testsuite/gas/arm/unwind-pacbti-m.d | 6 +++---
gdb/MAINTAINERS | 6 +++---
gdb/testsuite/gdb.arch/powerpc-addpcis.exp | 14 +++++++++++++-
gdb/testsuite/gdb.arch/powerpc-lnia.exp | 14 +++++++++++++-
gdb/testsuite/gdb.base/step-indirect-call-thunk.exp | 5 ++++-
gdb/testsuite/gdb.base/step-test.exp | 4 +++-
gdb/testsuite/gdb.reverse/step-indirect-call-thunk.exp | 6 ++++--
gdb/testsuite/gdb.reverse/step-precsave.exp | 10 ++++++++++
gdb/testsuite/gdb.reverse/step-reverse.exp | 10 ++++++++++
sim/MAINTAINERS | 2 +-
11 files changed, 65 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_gnu_native_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 14dbbf46a0 x86-64: Remove Prefer_AVX2_STRCMP
adds d6dea8c847 arm: Use internal symbol for _dl_argv on _dl_start_user
adds 613cb5c7b1 arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descrip [...]
adds dba44dbe54 benchtests: Make hypot input random
adds b8a6ee43bb benchtests: Add hypotf
adds cca75bd8b5 i386: Explain why __HAVE_64B_ATOMICS has to be 0
adds f64f4ce069 elf: Assume disjointed .rela.dyn and .rela.plt for loader
adds db432f033d Use Linux 5.15 in build-many-glibcs.py
adds fdcd177fd3 regex: Unnest nested functions in regcomp.c
No new revisions were added by this update.
Summary of changes:
benchtests/Makefile | 1 +
benchtests/hypot-inputs | 1015 +++++++++++++++++++++++++++++++++++++++++-
benchtests/hypotf-inputs | 1007 +++++++++++++++++++++++++++++++++++++++++
elf/dynamic-link.h | 32 +-
posix/regcomp.c | 464 +++++++++----------
scripts/build-many-glibcs.py | 2 +-
sysdeps/arm/Makefile | 7 +-
sysdeps/arm/dl-machine.h | 2 +-
sysdeps/x86/atomic-machine.h | 4 +
9 files changed, 2268 insertions(+), 266 deletions(-)
create mode 100644 benchtests/hypotf-inputs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.