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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9585d5ae 2: update: binutils-gcc-linux-qemu: 22133
new 3dadb383 2: update: binutils-gcc-linux-qemu: 22133
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 (9585d5ae)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30016 -> 30260 bytes
04-build_abe-stage1/console.log.xz | Bin 89800 -> 89848 bytes
05-build_abe-qemu/console.log.xz | Bin 31428 -> 31888 bytes
06-build_linux/console.log.xz | Bin 9744 -> 9560 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 18 +++++++++---------
9 files changed, 18 insertions(+), 18 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-defconfig
in repository toolchain/ci/binutils-gdb.
from e2d90f8c8d Automatic date update in version.in
adds 806da170bc Automatic date update in version.in
adds 62c7851044 Automatic date update in version.in
adds 661f63c165 Automatic date update in version.in
adds 334a1f8735 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 42dc3ec1 0: update: binutils-gcc-linux-qemu: boot
new 002f045f 0: update: binutils-gcc-linux-qemu: boot
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 (42dc3ec1)
\
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 1808 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 29992 -> 29788 bytes
04-build_abe-stage1/console.log.xz | Bin 85760 -> 85384 bytes
05-build_abe-qemu/console.log.xz | Bin 31252 -> 31288 bytes
06-build_linux/console.log.xz | Bin 3464 -> 3464 bytes
07-boot_linux/console.log.xz | Bin 5944 -> 5976 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
10 files changed, 14 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from b6e22db8564 target/89125 - BSD and math functions
adds ab91c10792c tree-optimization/100810 - avoid undefs in IVOPT rewrites
adds f0e170f72f8 tree-optimization/105368 - avoid overflow in powi_cost
adds 6cc26f3037a testsuite: add additional option to force DSE execution [PR103662]
adds 71999fde2a4 libstdc++: Add pretty printer for std::initializer_list
new 46cd445fc07 contrib: filter out a new Clang warning
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:
contrib/filter-clang-warnings.py | 3 +-
gcc/testsuite/gcc.dg/torture/pr100810.c | 34 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr105337.c | 31 ++++++++++++++++++++
.../gfortran.dg/unlimited_polymorphic_3.f03 | 2 +-
gcc/tree-ssa-loop-ivopts.cc | 31 ++++++++++++++++++++
gcc/tree-ssa-math-opts.cc | 2 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 24 +++++++++++++--
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 6 ++++
8 files changed, 128 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100810.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105337.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_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 455fe76708 Automatic date update in version.in
adds 2b718529b9 gdb/infrun: assert !step_over_info_valid_p in restart_threads
adds 5f59e7e0c7 gdb/fortran: Support for assumed rank zero
adds 0d38576a34 Emit a note warning the user that creating an executable sta [...]
new 2cf349be0e Do not put linkage names into .gdb_index
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/ChangeLog | 8 ++++++++
bfd/elflink.c | 8 ++++++--
binutils/ChangeLog | 6 ++++++
binutils/testsuite/lib/binutils-common.exp | 1 +
gdb/dwarf2/index-write.c | 8 ++++++++
gdb/gdbtypes.c | 22 ++++++++++++++++++----
gdb/gdbtypes.h | 1 -
gdb/infrun.c | 8 +++++++-
gdb/testsuite/gdb.fortran/assumedrank.exp | 6 ++++++
gdb/testsuite/gdb.fortran/assumedrank.f90 | 3 +++
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/pr29072.b.warn | 1 +
12 files changed, 70 insertions(+), 8 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-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 979c2d5d 2: update: binutils-gcc: 0
new 97036776 2: update: binutils-gcc: 0
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 (979c2d5d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1692 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24664 -> 24372 bytes
06-check_regression/console.log.xz | Bin 416 -> 412 bytes
07-update_baseline/console.log | 72 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++---
6 files changed, 41 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.