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/binutils-gdb.
from 255a531196 Automatic date update in version.in
adds 777b054cf9 Automatic date update in version.in
adds 7110a5d8e8 [gdb/testsuite] Remove quit in gdb.arch/i386-mpx.exp
adds 746723ba6c [gdb/testsuite] Fix gdb.base/batch-exit-status.exp with nati [...]
adds 36170420e3 [gdb/testsuite] Fix test name in gdb.python/python.exp
adds 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/disasm.c | 14 ++++++----
gdb/disasm.h | 7 ++++-
gdb/testsuite/boards/gdbserver-base.exp | 2 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 --
.../gdb.dwarf2/frame-inlined-in-outer-frame.exp | 3 +++
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 ++-
gdb/testsuite/gdb.mi/mi-async.exp | 3 +++
gdb/testsuite/gdb.python/python.exp | 30 ++++++++++++++--------
gdb/testsuite/gdb.reverse/insn-reverse.exp | 3 +++
gdb/testsuite/gdb.tui/tui-missing-src.exp | 3 +++
gdb/testsuite/lib/gdb.exp | 3 +++
12 files changed, 55 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 219ca3a8e 0: update: binutils-gcc-linux-glibc-gdb: 6
new 5dfdfd1ce 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (219ca3a8e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1540 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 64988 -> 66832 bytes
05-build_abe-gcc/console.log.xz | Bin 232176 -> 230420 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8964 -> 8604 bytes
08-build_abe-glibc/console.log.xz | Bin 227688 -> 229296 bytes
09-build_abe-gdb/console.log.xz | Bin 53636 -> 54384 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 20 insertions(+), 20 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-arm
in repository toolchain/ci/gcc.
from 77c7abe3588 Fortran: dump-parse-tree.c fixes for OpenMP
adds 3c0194d7ff2 tree-optimization/102659 - avoid undefined overflow after i [...]
adds e415bc4c035 Fix handling of flag_rename_registers by a target.
adds 489c8f27296 Add GSI_LAST_NEW_STMT iterator update
adds 72e0c742bd0 gcov: make profile merging smarter
adds 20995e68c28 Add support for 32-bit hppa targets in muldi3 expander
adds 5efeaa0d295 [arm] Fix MVE addressing modes for VLDR[BHW] and VSTR[BHW]
adds 43ae43f6547 collect2: Fix missing cleanups.
new 54fa5567a27 Check to see if null pointer is dereferenceable [PR102630].
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/collect2.c | 7 +-
gcc/common.opt | 6 +-
gcc/config/arm/arm.c | 63 ++--
gcc/config/arm/mve.md | 16 +-
gcc/config/pa/pa.md | 80 +++--
gcc/coverage.c | 50 ++-
gcc/doc/invoke.texi | 4 +
gcc/gcov-dump.c | 9 +-
gcc/gcov.c | 5 +
gcc/gimple-iterator.c | 4 +
gcc/gimple-iterator.h | 4 +-
gcc/opts.c | 5 -
gcc/pointer-query.cc | 18 +-
gcc/testsuite/gcc.dg/torture/pr69760.c | 3 +-
gcc/testsuite/gcc.target/arm/mve/mve.exp | 3 +
.../gcc.target/arm/mve/mve_load_memory_modes.c | 357 ++++++++++++++++++++
.../gcc.target/arm/mve/mve_store_memory_modes.c | 370 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/addr-space-2.c | 3 +-
gcc/testsuite/gcc.target/i386/addr-space-3.c | 17 +
.../gcc.target/i386/avx2-vect-mask-store-move1.c | 2 +-
gcc/toplev.c | 7 -
gcc/tree-if-conv.c | 24 +-
gcc/tree-ssa.c | 4 +-
libgcc/libgcov-driver.c | 8 +-
libgcc/libgcov-util.c | 3 +
libgcc/libgcov.h | 1 +
26 files changed, 955 insertions(+), 118 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/mve_load_memory_modes.c
create mode 100644 gcc/testsuite/gcc.target/arm/mve/mve_store_memory_modes.c
create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-3.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/binutils-gdb.
from 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
gdb/disasm.c | 14 +++++++++-----
gdb/disasm.h | 7 ++++++-
2 files changed, 15 insertions(+), 6 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-arm
in repository toolchain/ci/base-artifacts.
discards 76b21ff71 0: update: binutils-gcc: 1
new abb1d6a02 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 (76b21ff71)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (ab [...]
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 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 64280 -> 65456 bytes
04-build_abe-gcc/console.log.xz | Bin 231696 -> 232792 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3828 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2552 -> 2504 bytes
07-check_regression/console.log.xz | Bin 2532 -> 2776 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 79 +-
08-update_baseline/console.log | 369 ++--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 79 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2655128 -> 2703248 bytes
sumfiles/g++.sum | 110 +-
sumfiles/gcc.log.xz | Bin 2213256 -> 2221020 bytes
sumfiles/gcc.sum | 3654 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 859132 -> 858884 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2152 -> 2148 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 167952 -> 168064 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 450148 -> 435264 bytes
sumfiles/libstdc++.sum | 12 +-
27 files changed, 2321 insertions(+), 2092 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/linux.
from f4d0cc426f77 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
adds 0d67e332e6df module: fix clang CFI with MODULE_UNLOAD=n
new 348949d9a444 Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/ [...]
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:
kernel/module.c | 2 ++
1 file changed, 2 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 2786ef85fa [gdb/testsuite] Require use_gdb_stub == 0 where appropriate
adds 38b03d23c7 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp with nativ [...]
adds 76b43c9b5c gdb: improve error reporting from the disassembler
No new revisions were added by this update.
Summary of changes:
gdb/disasm.c | 14 +++++++++-----
gdb/disasm.h | 7 ++++++-
gdb/testsuite/gdb.fortran/call-no-debug.exp | 4 +++-
3 files changed, 18 insertions(+), 7 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/base-artifacts.
discards 369755b53 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new ab4649499 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 (369755b53)
\
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 1548 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 44820 -> 46752 bytes
04-build_abe-stage1/console.log.xz | Bin 71088 -> 72672 bytes
06-build_abe-linux/console.log.xz | Bin 8684 -> 8932 bytes
07-build_abe-glibc/console.log.xz | Bin 236248 -> 237828 bytes
08-build_abe-stage2/console.log.xz | Bin 200224 -> 202980 bytes
09-build_abe-gdb/console.log.xz | Bin 44584 -> 45428 bytes
10-build_abe-qemu/console.log.xz | Bin 30168 -> 29864 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3880 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2500 -> 2880 bytes
13-check_regression/console.log.xz | Bin 2792 -> 3384 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 43 +
13-check_regression/results.compare | 44 +-
13-check_regression/results.compare2 | 71 +-
13-check_regression/results.regressions | 63 +
14-update_baseline/console.log | 532 +++--
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 43 +
14-update_baseline/results.compare | 44 +-
14-update_baseline/results.compare2 | 71 +-
14-update_baseline/results.regressions | 63 +
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 3271804 -> 3272132 bytes
sumfiles/g++.sum | 127 +-
sumfiles/gcc.log.xz | Bin 2806272 -> 2819816 bytes
sumfiles/gcc.sum | 3836 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 858032 -> 854976 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2276 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 164784 -> 164832 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2636 -> 2636 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 406880 -> 403400 bytes
sumfiles/libstdc++.sum | 6 +-
38 files changed, 2725 insertions(+), 2250 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.