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 ec54dc915f libopcodes/s390: add support for disassembler styling
adds 44ca285b73 gdb: initialize the data_head variable to eliminate compilat [...]
adds 3fa23bb5a5 [gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_p
adds 8728fb3385 [gdb/symtab] Fix assert in process_imported_unit_die
adds 57f8fe908b [gdb/build] Handle deprecation of scm_install_gmp_memory_functions
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 13 +++++++++----
gdb/dwarf2/read.h | 10 ++++++----
gdb/guile/guile.c | 10 ++++++++++
gdb/nat/linux-btrace.c | 2 +-
4 files changed, 26 insertions(+), 9 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 669e8b48a 2: update: binutils-gcc-linux-glibc-gdb-qemu: 4
new e1f51c887 2: update: binutils-gcc-linux-glibc-gdb-qemu: 4
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 (669e8b48a)
\
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 1688 -> 1804 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 30816 -> 31700 bytes
05-build_abe-stage1/console.log.xz | Bin 72976 -> 73916 bytes
07-build_abe-linux/console.log.xz | Bin 8916 -> 9228 bytes
08-build_abe-glibc/console.log.xz | Bin 239376 -> 241080 bytes
09-build_abe-stage2/console.log.xz | Bin 160104 -> 163492 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 20 ++++++++++----------
10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d9aa649e2 4: update: binutils-gcc-linux-qemu: 33
new 1674e17a5 4: update: binutils-gcc-linux-qemu: 33
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 (d9aa649e2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 1620 -> 1768 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30344 -> 30772 bytes
04-build_abe-stage1/console.log.xz | Bin 90752 -> 91116 bytes
05-build_abe-qemu/console.log.xz | Bin 32548 -> 33052 bytes
06-build_linux/console.log.xz | Bin 5036 -> 4908 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 56 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++++++-------
9 files changed, 39 insertions(+), 39 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 6da7f7c5ac0 sanitizer: Fix hwasan related option conflicts [PR106132]
adds 2bd15617e73 diagnostics: Make line-ending logic consistent with libcpp [...]
adds b984b84cbe4 testsuite: Fix tree-ssa/alias-access-path-13.c on 32bit pla [...]
adds 55bb77b50a5 libbacktrace: check for sys/link.h
No new revisions were added by this update.
Summary of changes:
gcc/diagnostic-show-locus.cc | 14 ++---
gcc/input.cc | 67 +++++++++++++++++-----
gcc/testsuite/c-c++-common/pr91733.c | 17 ++++++
.../gcc.dg/tree-ssa/alias-access-path-13.c | 7 ++-
libbacktrace/config.h.in | 3 +
libbacktrace/configure | 17 ++++--
libbacktrace/configure.ac | 10 +++-
libbacktrace/elf.c | 7 ++-
8 files changed, 109 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr91733.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 ec54dc915f libopcodes/s390: add support for disassembler styling
adds 44ca285b73 gdb: initialize the data_head variable to eliminate compilat [...]
adds 3fa23bb5a5 [gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_p
adds 8728fb3385 [gdb/symtab] Fix assert in process_imported_unit_die
adds 57f8fe908b [gdb/build] Handle deprecation of scm_install_gmp_memory_functions
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 13 +++++++++----
gdb/dwarf2/read.h | 10 ++++++----
gdb/guile/guile.c | 10 ++++++++++
gdb/nat/linux-btrace.c | 2 +-
4 files changed, 26 insertions(+), 9 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 ace6dba4a 0: update: binutils-gcc: 1
new 42f44a191 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 (ace6dba4a)
\
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 1588 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2708 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 38324 -> 39728 bytes
04-build_abe-gcc/console.log.xz | Bin 213216 -> 214936 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3824 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2644 -> 2500 bytes
07-check_regression/console.log.xz | Bin 4124 -> 2688 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 62 -
07-check_regression/results.compare | 112 +-
07-check_regression/results.compare2 | 180 +-
07-check_regression/results.regressions | 101 -
08-update_baseline/console.log | 588 ++--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 62 -
08-update_baseline/results.compare | 112 +-
08-update_baseline/results.compare2 | 180 +-
08-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3547828 -> 3576596 bytes
sumfiles/g++.sum | 160 +-
sumfiles/gcc.log.xz | Bin 3050704 -> 3053368 bytes
sumfiles/gcc.sum | 4881 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1034196 -> 1031060 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2196 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204628 -> 204840 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 446072 -> 441740 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2847 insertions(+), 3782 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.