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_O3
in repository toolchain/ci/base-artifacts.
discards 597709b2 0: update: binutils-gcc: 2
new be017766 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 (597709b2)
\
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 1536 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 51784 -> 51972 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 459920 -> 458192 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 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_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 334f80cb 4: update: binutils-llvm-linux-qemu: 22257
new bfe72ba3 4: update: binutils-llvm-linux-qemu: 22257
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 (334f80cb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 1680 -> 1792 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 41676 -> 29884 bytes
04-build_llvm/console.log.xz | Bin 59008 -> 58800 bytes
05-build_abe-qemu/console.log.xz | Bin 30984 -> 30692 bytes
06-build_linux/console.log.xz | Bin 4580 -> 4856 bytes
08-check_regression/console.log.xz | Bin 484 -> 476 bytes
09-update_baseline/console.log | 42 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++++++++---------
9 files changed, 32 insertions(+), 32 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 0d31c8ec3fd Daily bump.
adds 3f10e0d50b5 middle-end/104497 - gimplification of vector indexing
new f7e26913187 c/104505 - ICE with internal function call in diagnostic ex [...]
new f320197c8b4 tree-optimization/104511 - avoid FP to DFP conversion for V [...]
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/c-family/c-pretty-print.cc | 6 +++++-
gcc/gimplify.cc | 17 ++++++++++++++---
gcc/testsuite/c-c++-common/pr104505.c | 12 ++++++++++++
gcc/testsuite/c-c++-common/torture/pr104497.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++
gcc/tree-ssa-forwprop.cc | 9 +++++++++
6 files changed, 68 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr104505.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr104497.c
create mode 100644 gcc/testsuite/gcc.dg/pr104511.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 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
new e867795e8b gdb: use python to colorize disassembler output
new 7b8c55afd0 gdb/python: move styling support to gdb.styling
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/NEWS | 6 +++
gdb/cli/cli-style.c | 44 +++++++++++++++++++++
gdb/cli/cli-style.h | 3 ++
gdb/data-directory/Makefile.in | 1 +
gdb/disasm.c | 58 ++++++++++++++++++++++++++-
gdb/disasm.h | 25 ++++++++++++
gdb/doc/gdb.texinfo | 15 +++++++
gdb/extension-priv.h | 6 +++
gdb/extension.c | 20 ++++++++++
gdb/extension.h | 8 ++++
gdb/python/lib/gdb/__init__.py | 20 ----------
gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++
gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++--
gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++-
gdb/ui-file.h | 8 ++++
15 files changed, 405 insertions(+), 26 deletions(-)
create mode 100644 gdb/python/lib/gdb/styling.py
--
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 6ff9a281 0: update: binutils-gcc: 1
new 18df9052 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 (6ff9a281)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (18df9052)
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 1516 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 51272 -> 52112 bytes
04-build_abe-gcc/console.log.xz | Bin 230108 -> 230132 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3852 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2420 -> 2676 bytes
07-check_regression/console.log.xz | Bin 2912 -> 3024 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 86 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 326 +--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 86 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2732052 -> 2750636 bytes
sumfiles/g++.sum | 155 +-
sumfiles/gcc.log.xz | Bin 2333832 -> 2347172 bytes
sumfiles/gcc.sum | 4342 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 895380 -> 897644 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188572 -> 188632 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 451596 -> 452632 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2627 insertions(+), 2580 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.
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/gdb.
from bb88f10425 Automatic date update in version.in
adds 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object
No new revisions were added by this update.
Summary of changes:
bfd/elflink.c | 5 ++---
ld/testsuite/ld-plugin/lto.exp | 26 ++++++++++++++++++++++++++
ld/testsuite/ld-plugin/pr28879a.cc | 7 +++++++
ld/testsuite/ld-plugin/pr28879b.cc | 8 ++++++++
4 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc
create mode 100644 ld/testsuite/ld-plugin/pr28879b.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.