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/release-aarch64
in repository toolchain/ci/binutils-gdb.
from 3d3a078e98 Automatic date update in version.in
adds 85bcf07db6 Automatic date update in version.in
adds b588e7944b Automatic date update in version.in
adds a4ec45d1bf Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards ef91f995 0: update: binutils-gcc-linux-glibc-gdb: 1
new 0a5079b0 0: update: binutils-gcc-linux-glibc-gdb: 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 (ef91f995)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/rel [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 51912 -> 52680 bytes
04-build_abe-gcc/console.log.xz | Bin 193368 -> 192868 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8748 -> 8696 bytes
07-build_abe-glibc/console.log.xz | Bin 295760 -> 295900 bytes
08-build_abe-gdb/console.log.xz | Bin 41496 -> 41492 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3872 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2692 -> 2628 bytes
11-check_regression/console.log.xz | Bin 4128 -> 3860 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 24 +-
11-check_regression/results.compare | 66 +-
11-check_regression/results.compare2 | 146 +-
11-check_regression/results.regressions | 66 +-
12-update_baseline/console.log | 524 ++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 24 +-
12-update_baseline/results.compare | 66 +-
12-update_baseline/results.compare2 | 146 +-
12-update_baseline/results.regressions | 66 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 3454240 -> 3412676 bytes
sumfiles/g++.sum | 128 +-
sumfiles/gcc.log.xz | Bin 2962252 -> 2954460 bytes
sumfiles/gcc.sum | 4058 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 832084 -> 838608 bytes
sumfiles/gfortran.sum | 99 +-
sumfiles/libatomic.log.xz | Bin 2248 -> 2256 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 145952 -> 146520 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2652 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 417012 -> 422592 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 2640 insertions(+), 2839 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_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from e4675a5810 elf: Don't set version info on unversioned symbols
adds 1e071750a2 Automatic date update in version.in
adds 8ac439689f Move eelf_mipsel_haiki.c to ALL_64_EMULATION_SOURCES
adds 5b4846283c Re: PR28149, debug info with wrong file association
adds d467335403 Fix allocate_filenum last dir/file checks
adds 6a7f57668a riscv: print .2byte or .4byte before an unknown instruction [...]
adds 56d9e3c562 gdbsupport/gdb_proc_service.h: use decltype instead of typeof
adds 6f265beb28 [gdb/testsuite] Fix gdb.ada/big_packed_array.exp xfail for -m32
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 6 +
.../{aarch64/aarch64.exp => riscv/riscv.exp} | 11 +-
binutils/testsuite/binutils-all/riscv/unknown.d | 11 ++
.../testsuite/binutils-all/riscv/unknown.s | 24 ++--
gas/dwarf2dbg.c | 42 ++++---
gdb/testsuite/gdb.ada/big_packed_array.exp | 10 ++
gdbsupport/gdb_proc_service.h | 2 +-
ld/Makefile.am | 125 +++++++++++----------
ld/Makefile.in | 125 +++++++++++----------
opcodes/ChangeLog | 6 +
opcodes/riscv-dis.c | 24 +++-
12 files changed, 233 insertions(+), 155 deletions(-)
copy binutils/testsuite/binutils-all/{aarch64/aarch64.exp => riscv/riscv.exp} (82%)
create mode 100644 binutils/testsuite/binutils-all/riscv/unknown.d
copy gdb/testsuite/gdb.dwarf2/locexpr-data-member-location-main.c => binutils/test [...]
--
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_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards ad8843b7 0: update: binutils-gcc: 2
new 122f49e4 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 (ad8843b7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1576 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 62768 -> 63280 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 522828 -> 519424 bytes
06-check_regression/console.log.xz | Bin 432 -> 416 bytes
07-update_baseline/console.log | 77 +++-------------------------
jenkins/manifest.sh | 14 ++---
7 files changed, 15 insertions(+), 76 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-release-arm-lts-allmodconfig
in repository toolchain/ci/gcc.
from c503f416f22 sparc: Add scheduling information for LEON5
adds 58c76fb477b Fortran - ensure simplification of bounds of array-valued n [...]
adds 3bc4ed08514 Fortran - fix handling of substring start and end indices
adds a6aa2458a92 Daily bump.
adds 469aad8b5d7 Fix PR rtl-optimization/102306
adds 7026df8d25b Daily bump.
adds 0d2d24fbe37 Daily bump.
adds 1ae01a88d35 Fortran - fix ICE during error recovery checking entry char [...]
adds 6527feb07c3 Fortran - fix handling of optional allocatable DT arguments [...]
adds 79c523d40de Daily bump.
new b1dc26d3543 GCC11 - Fortran: combined directives - order(concurrent) no [...]
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/ChangeLog | 58 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 10 ++++
gcc/fortran/ChangeLog | 38 ++++++++++++++
gcc/fortran/decl.c | 18 +++++++
gcc/fortran/expr.c | 4 +-
gcc/fortran/resolve.c | 4 +-
gcc/fortran/trans-expr.c | 11 ++++
gcc/fortran/trans-openmp.c | 2 -
gcc/testsuite/ChangeLog | 45 +++++++++++++++++
gcc/testsuite/gcc.target/sparc/20210917-1.c | 19 +++++++
gcc/testsuite/gfortran.dg/entry_25.f90 | 13 +++++
.../gomp/distribute-order-concurrent.f90 | 25 ++++++++++
gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 +++++++++
gcc/testsuite/gfortran.dg/pr82314.f90 | 11 ++++
gcc/testsuite/gfortran.dg/substr_6.f90 | 2 +
16 files changed, 280 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/20210917-1.c
create mode 100644 gcc/testsuite/gfortran.dg/entry_25.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/distribute-order-concurrent.f90
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr82314.f90
--
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-release-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 14ba5a6161 Automatic date update in version.in
adds adfdd8afb9 Automatic date update in version.in
adds 5a6c9dc29f Automatic date update in version.in
adds 0d5a11affe Automatic date update in version.in
adds 6060c2f337 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2de87094 0: update: binutils-gcc-linux-qemu: all
new 23f4165b 0: update: binutils-gcc-linux-qemu: all
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 (2de87094)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 1564 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 41864 -> 41844 bytes
04-build_abe-stage1/console.log.xz | Bin 86020 -> 85632 bytes
05-build_abe-qemu/console.log.xz | Bin 30236 -> 30036 bytes
06-build_linux/console.log.xz | Bin 3724 -> 3864 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 528 -> 524 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 19 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.