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-arm
in repository toolchain/ci/gdb.
from ced10cb78d -Waddress warning in ldelf.c
adds 4d1795ac4d Fix latent Ada bug when accessing field offsets
adds e3e4224e79 Fix test step-and-next-inline.cc
adds cdeebaab92 [gdb/tui] Fix breakpoint display functionality
adds 21a27fb021 Fixes for gdb.mi/mi-break.exp
new f81ce492b2 Refactor code slightly in nat/aarch64-linux-hw-point.c (aarc [...]
new add3db9182 Fix ARMv8.4 for hw watchpoint and breakpoint
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:
gdb/ada-lang.c | 31 ++++++--
gdb/nat/aarch64-linux-hw-point.c | 26 +++++--
gdb/nat/aarch64-linux-hw-point.h | 1 +
gdb/testsuite/gdb.ada/same_component_name.exp | 84 ++++++++++++----------
gdb/testsuite/gdb.ada/same_component_name/foo.adb | 3 +
gdb/testsuite/gdb.cp/step-and-next-inline.cc | 2 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 4 +-
gdb/testsuite/gdb.mi/mi-break.exp | 8 +--
.../gdb.tui/{list-before.exp => break.exp} | 14 ++--
gdb/tui/tui-winsource.c | 3 +-
10 files changed, 113 insertions(+), 63 deletions(-)
copy gdb/testsuite/gdb.tui/{list-before.exp => break.exp} (75%)
--
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-arm
in repository toolchain/ci/gcc.
from b4702276615 options: Fix variable tracking option processing.
adds 434ebc1e08b Move ranger only VRP folder to tree-vrp.
adds bd400db6d3e Add --param=vrp1-mode and --param=vrp2-mode.
adds 9cb114fd555 Split --param=evrp-mode into evrp-mode and ranger-debug.
adds 2606dfea12d Adjust testcase for 128/256 bit HF vector load/store
adds bdc42283bc7 aarch64: Remove redundant struct type definitions in arm_neon.h
adds 9626e44713a libstdc++: Implement P1739R4 changes to views::take/drop/counted
adds 48154969d4b libstdc++: Implement P2432R1 changes for views::istream
adds 9262ae450d6 Fix again PR middle-end/102764
adds 5f7976f65b4 libstdc++: missing constexpr for __[nm]iter_base [PR102358]
new 6aceeb3fb64 testsuite: Adjust pr22076.c to avoid compile-time optimizat [...]
new 1373066a46d x86: Document -fcf-protection requires i686 or newer
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:
gcc/cfgexpand.c | 5 +-
gcc/config/aarch64/arm_neon.h | 86 -------------
gcc/doc/invoke.texi | 12 +-
gcc/flag-types.h | 31 +++--
gcc/gimple-range-cache.cc | 4 +-
gcc/gimple-range-gori.cc | 2 +-
gcc/gimple-range.cc | 2 +-
gcc/gimple-ssa-evrp.c | 96 +--------------
gcc/params.opt | 69 +++++++----
gcc/testsuite/gcc.target/i386/avx512fp16-13.c | 8 +-
gcc/testsuite/gcc.target/i386/pr22076.c | 6 +-
gcc/tree-vrp.c | 134 ++++++++++++++++++++-
gcc/tree-vrp.h | 2 +
libstdc++-v3/include/bits/ranges_util.h | 7 +-
libstdc++-v3/include/bits/stl_iterator.h | 2 +
libstdc++-v3/include/std/ranges | 132 +++++++++++++++++---
libstdc++-v3/include/std/span | 12 +-
.../testsuite/25_algorithms/move/constexpr.cc | 19 +++
.../testsuite/std/ranges/adaptors/p1739.cc | 88 ++++++++++++++
libstdc++-v3/testsuite/std/ranges/istream_view.cc | 13 ++
20 files changed, 484 insertions(+), 246 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/p1739.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_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from ced10cb78d -Waddress warning in ldelf.c
adds 4d1795ac4d Fix latent Ada bug when accessing field offsets
adds e3e4224e79 Fix test step-and-next-inline.cc
adds cdeebaab92 [gdb/tui] Fix breakpoint display functionality
adds 21a27fb021 Fixes for gdb.mi/mi-break.exp
new f81ce492b2 Refactor code slightly in nat/aarch64-linux-hw-point.c (aarc [...]
new add3db9182 Fix ARMv8.4 for hw watchpoint and breakpoint
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:
gdb/ada-lang.c | 31 ++++++--
gdb/nat/aarch64-linux-hw-point.c | 26 +++++--
gdb/nat/aarch64-linux-hw-point.h | 1 +
gdb/testsuite/gdb.ada/same_component_name.exp | 84 ++++++++++++----------
gdb/testsuite/gdb.ada/same_component_name/foo.adb | 3 +
gdb/testsuite/gdb.cp/step-and-next-inline.cc | 2 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 4 +-
gdb/testsuite/gdb.mi/mi-break.exp | 8 +--
.../gdb.tui/{list-before.exp => break.exp} | 14 ++--
gdb/tui/tui-winsource.c | 3 +-
10 files changed, 113 insertions(+), 63 deletions(-)
copy gdb/testsuite/gdb.tui/{list-before.exp => break.exp} (75%)
--
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-arm
in repository toolchain/ci/base-artifacts.
discards fde1d7c2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new f2b25002 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 (fde1d7c2)
\
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 1552 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 44140 -> 44724 bytes
05-build_abe-stage1/console.log.xz | Bin 90200 -> 90128 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9120 -> 9248 bytes
08-build_abe-glibc/console.log.xz | Bin 230252 -> 231180 bytes
09-build_abe-stage2/console.log.xz | Bin 223248 -> 225392 bytes
10-build_abe-gdb/console.log.xz | Bin 44100 -> 44812 bytes
11-build_abe-qemu/console.log.xz | Bin 30016 -> 30088 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from a8825443 tcwg-start-container.sh: Send SIGTERM to gracefully shutdown [...]
new 34eccce6 start-container-docker.sh: Add workaround for armhf focal con [...]
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:
start-container-docker.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
--
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
in repository toolchain/ci/interesting-commits.
from 28629a3 Add regression d8edfadfc7a9795b65177a50ce44fd348858e844 from [...]
new 090cd55 Add regression d8edfadfc7a9795b65177a50ce44fd348858e844 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.