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/release-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 3972c8ffe0 Automatic date update in version.in
adds 2365eacffe Automatic date update in version.in
adds 730a2af40f 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_gcc_bootstrap/release-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 63c7bc09 0: update: binutils-gcc: 2
new 61c28e0b 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 (63c7bc09)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2704 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 37888 -> 38152 bytes
.../console.log.xz | Bin 497548 -> 497180 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-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 178b942b8e Automatic date update in version.in
adds 3972c8ffe0 Automatic date update in version.in
adds 2365eacffe Automatic date update in version.in
adds 730a2af40f 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/llvm-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bad67e80 2: update: binutils-llvm-linux-qemu: 21891
new 983b07fb 2: update: binutils-llvm-linux-qemu: 21891
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 (bad67e80)
\
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 1664 -> 1668 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30036 -> 30040 bytes
04-build_kernel_llvm/console.log.xz | Bin 62120 -> 60632 bytes
05-build_abe-qemu/console.log.xz | Bin 32644 -> 32556 bytes
06-build_linux/console.log.xz | Bin 5232 -> 5316 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 62 +++++++++++++++++------------------
jenkins/manifest.sh | 16 ++++-----
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_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from 8f1802003d2 libstdc++: Remove obsolete comment in <string> header
adds 46dc26fdfbf [RFA] Improve initialization of objects when the initialize [...]
adds d9fa599dc75 [PATCH] match.pd: Add new bitwise arithmetic pattern [PR98304]
adds 7a16d39903e [PATCH v3] c: Extend the -Wpadded message with actual padding size
adds 030a53c6130 Set VR_VARYING in irange::irange_single_pair_union.
No new revisions were added by this update.
Summary of changes:
gcc/expr.cc | 11 +++++
gcc/match.pd | 12 ++++++
gcc/stor-layout.cc | 7 ++-
gcc/testsuite/c-c++-common/Wpadded.c | 14 ++++++
gcc/testsuite/gcc.c-torture/execute/pr98304-2.c | 37 ++++++++++++++++
gcc/testsuite/gcc.dg/pr98304-1.c | 57 +++++++++++++++++++++++++
gcc/value-range.cc | 16 +++----
7 files changed, 144 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wpadded.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr98304-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr98304-1.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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 6f2383e2 2: update: binutils-gcc: 1
new d8102c65 2: 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 (6f2383e2)
\
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 1596 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 52808 -> 52828 bytes
05-build_abe-bootstrap/console.log.xz | Bin 130764 -> 131488 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 8 ++++----
7 files changed, 7 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 8f1802003d2 libstdc++: Remove obsolete comment in <string> header
adds 46dc26fdfbf [RFA] Improve initialization of objects when the initialize [...]
adds d9fa599dc75 [PATCH] match.pd: Add new bitwise arithmetic pattern [PR98304]
adds 7a16d39903e [PATCH v3] c: Extend the -Wpadded message with actual padding size
adds 030a53c6130 Set VR_VARYING in irange::irange_single_pair_union.
No new revisions were added by this update.
Summary of changes:
gcc/expr.cc | 11 +++++
gcc/match.pd | 12 ++++++
gcc/stor-layout.cc | 7 ++-
gcc/testsuite/c-c++-common/Wpadded.c | 14 ++++++
gcc/testsuite/gcc.c-torture/execute/pr98304-2.c | 37 ++++++++++++++++
gcc/testsuite/gcc.dg/pr98304-1.c | 57 +++++++++++++++++++++++++
gcc/value-range.cc | 16 +++----
7 files changed, 144 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wpadded.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr98304-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr98304-1.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/base-artifacts.
discards 5ed96a2f 0: update: binutils-gcc: 2
new b639d5a6 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 (5ed96a2f)
\
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 1752 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 38516 -> 38768 bytes
05-build_abe-bootstrap/console.log.xz | Bin 269020 -> 270928 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 8 ++++----
6 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.